Skip to content

Commit b7f7d58

Browse files
Switch to align-content: start
1 parent 4dd6fd9 commit b7f7d58

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

static/app/views/explore/logs/styles.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ export const LogTableBody = styled(TableBody)<{
153153
padding-top: ${p.theme.space.md};
154154
padding-bottom: ${p.theme.space.md};
155155
`}
156+
align-content: start;
156157
overflow-x: hidden;
157158
overflow-anchor: none;
158159

static/app/views/performance/newTraceDetails/traceOurlogs.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ const TableContainer = styled('div')`
8787
margin-top: ${p => p.theme.space.xl};
8888
display: flex;
8989
flex-direction: column;
90+
flex: 1;
9091
min-height: 0;
9192
`;
9293

0 commit comments

Comments
 (0)