Skip to content

Commit 514c9cb

Browse files
doralchanDora Chan
and
Dora Chan
authored
smaller breakpoint (#21143)
Co-authored-by: Dora Chan <[email protected]>
1 parent 13965ea commit 514c9cb

File tree

1 file changed

+1
-1
lines changed
  • src/sentry/static/sentry/app/views/performance/trends

1 file changed

+1
-1
lines changed

src/sentry/static/sentry/app/views/performance/trends/content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ const TrendsLayoutContainer = styled('div')`
219219
display: grid;
220220
grid-gap: ${space(2)};
221221
222-
@media (min-width: ${p => p.theme.breakpoints[2]}) {
222+
@media (min-width: ${p => p.theme.breakpoints[1]}) {
223223
grid-template-columns: repeat(2, minmax(0, 1fr));
224224
align-items: stretch;
225225
}

0 commit comments

Comments
 (0)