Skip to content

Commit

Permalink
Style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Sep 26, 2023
1 parent cbb1302 commit 77218bf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/scenes/batch_exports/BatchExportScene.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,9 @@ export function RunsTab(): JSX.Element {
return (
<>
{batchExportConfig ? (
<div className="flex items-start mt-4 gap-8 flex-wrap">
<div className="flex items-start gap-8 flex-wrap">
<div className="flex-1 space-y-2">
<div className="flex justify-between items-start">
<h2 className="flex-1">Latest Runs</h2>
<div className="flex justify-end items-start">
<Popover
actionable
onClickOutside={function noRefCheck() {
Expand Down

0 comments on commit 77218bf

Please sign in to comment.