Skip to content

Commit 57bfcdd

Browse files
committed
style(replays): Adjust height of KeyMetrics component for improved layout consistency
1 parent a564b50 commit 57bfcdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

static/app/components/replays/header/replayMetaData.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ const KeyMetrics = styled('dl')`
114114
grid-template-rows: max-content 1fr;
115115
grid-template-columns: repeat(4, max-content);
116116
grid-auto-flow: column;
117+
height: 42px;
117118
gap: 0 ${space(3)};
118119
align-items: center;
119120
align-self: end;

0 commit comments

Comments
 (0)