Skip to content

Commit 0dad6b9

Browse files
author
markzegarelli
authored
Merge pull request #1475 from segmentio/fix-codeblocks-expanding-page-content
fix: code blocks can cause width issue at xlarge breakpoint #1474
2 parents edec663 + 04af130 commit 0dad6b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/_sass/components/_stage.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
&__body {
2222
flex: 1;
2323
max-width: 100%;
24+
min-width: 0;
2425
}
2526
}

0 commit comments

Comments
 (0)