Skip to content

Commit 094fea0

Browse files
fix(preprod): Fix vertical alignment of auto-approved info icon
1 parent 924609e commit 094fea0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

static/app/views/preprod/snapshots/header/snapshotHeaderActions.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ export function SnapshotHeaderActions({
161161
'Automatically approved because the changes match a previously approved build on this PR.'
162162
)}
163163
>
164-
<IconInfo size="sm" />
164+
<Flex align="center">
165+
<IconInfo size="sm" />
166+
</Flex>
165167
</Tooltip>
166168
)}
167169
</Flex>

0 commit comments

Comments
 (0)