summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/layout.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-12 12:47:46 +0100
committerPhil Hughes <me@iamphill.com>2017-06-13 09:46:36 +0100
commit4f67864103e42497c3cbd06f28faca5fe0e34921 (patch)
tree38bac9eb7b3bece3dae92789a60a380ccd698d7f /app/assets/stylesheets/framework/layout.scss
parent578f460674e14b4c8ca71cda7ac5a0378b724712 (diff)
downloadgitlab-ce-4f67864103e42497c3cbd06f28faca5fe0e34921.tar.gz
Limit wiki container widthwiki-limited-width
Closes #23734
Diffstat (limited to 'app/assets/stylesheets/framework/layout.scss')
-rw-r--r--app/assets/stylesheets/framework/layout.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss
index 9e8acf4e73c..49bff23452d 100644
--- a/app/assets/stylesheets/framework/layout.scss
+++ b/app/assets/stylesheets/framework/layout.scss
@@ -51,6 +51,10 @@ body {
&.limit-container-width {
max-width: $limited-layout-width;
}
+
+ &.limit-container-width-sm {
+ max-width: 790px;
+ }
}
.alert-wrapper {