Skip to content

Commit 6a5682f

Browse files
aritra24kaxil
authored andcommitted
Fixes border overlaps in events page (#50453)
(cherry picked from commit da392e6)
1 parent 6222a4d commit 6a5682f

File tree

1 file changed

+1
-1
lines changed
  • airflow-core/src/airflow/ui/src/pages/Events

1 file changed

+1
-1
lines changed

airflow-core/src/airflow/ui/src/pages/Events/Events.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ export const Events = () => {
163163
<Box>
164164
<Flex alignItems="center" justifyContent="space-between">
165165
<Heading>Audit Log Events</Heading>
166-
<ButtonGroup attached size="sm" variant="surface">
166+
<ButtonGroup attached mt="1" size="sm" variant="surface">
167167
<IconButton
168168
aria-label="Expand all extra json"
169169
onClick={onOpen}

0 commit comments

Comments
 (0)