We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32aa024 commit 4ec4beaCopy full SHA for 4ec4bea
1 file changed
src/css/base.css
@@ -122,7 +122,9 @@ body ::-webkit-scrollbar-thumb {
122
display: flex;
123
position: relative;
124
width: 100%;
125
- max-width: 1280px;
+ /* We couldn't agree if we want this or not. So we settled on trying 1920px for now */
126
+ /* See https://github.com/stackabletech/documentation-ui/pull/78 for details */
127
+ max-width: 1920px;
128
margin: 0 auto;
129
}
130
0 commit comments