summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-01-03 03:59:48 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-01-03 04:06:03 +0900
commitcc171725b6feafc62b42c2570e72e51f67b1d4d5 (patch)
treef6640d56ab94683ad8223f285a29c3b21ebf9354 /app/assets/stylesheets
parent2cbb2d0eceaed0f31c92d4eed8932e98f4f74559 (diff)
downloadgitlab-ce-cc171725b6feafc62b42c2570e72e51f67b1d4d5.tar.gz
Make project README containers wider on fixed layout
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/files.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss
index 1588036aeae..223a8b3ba2f 100644
--- a/app/assets/stylesheets/framework/files.scss
+++ b/app/assets/stylesheets/framework/files.scss
@@ -18,7 +18,7 @@
margin: $gl-padding 0;
&.limited-width-container .file-content {
- max-width: $limited-layout-width-sm;
+ max-width: $limited-layout-width;
margin-left: auto;
margin-right: auto;