Skip to content

Commit de90d52

Browse files
timdorrMichael Jackson
authored andcommitted
Embiggen the large breakpoint
Fixes #6052 Prevents large code blocks from being wrapped at sub 1266px widths.
1 parent 7ae8cf5 commit de90d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/modules/base.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ markdown h1, h2, h3 {
131131
clear: both;
132132
}
133133

134-
@media screen and (max-width: 1170px) {
134+
@media screen and (max-width: 1270px) {
135135
.api-doc-wrapper {
136136
background: white;
137137
}

0 commit comments

Comments
 (0)