Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-01-02 21:59:48 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-01-02 22:06:03 +0300
commitcc171725b6feafc62b42c2570e72e51f67b1d4d5 (patch)
treef6640d56ab94683ad8223f285a29c3b21ebf9354 /app/assets/stylesheets
parent2cbb2d0eceaed0f31c92d4eed8932e98f4f74559 (diff)
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;