diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-01-11 00:38:43 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-01-11 00:38:43 +0000 |
commit | b10ea6e386a025759aca5e9ef0d23931e77d1012 (patch) | |
tree | 57ea1f916151626998a3804abd6ca3f405ac5848 /app/assets | |
parent | 8ab76fc5572f4654c9db990c7410f42a7dd8c1ce (diff) | |
parent | cc171725b6feafc62b42c2570e72e51f67b1d4d5 (diff) | |
download | gitlab-ce-b10ea6e386a025759aca5e9ef0d23931e77d1012.tar.gz |
Merge branch '41600-wider-project-readme-on-fixed-layout' into 'master'
Too narrow project READMEs on fixed layout
Closes #41600
See merge request gitlab-org/gitlab-ce!16181
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/framework/files.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/files.scss b/app/assets/stylesheets/framework/files.scss index af400da94d6..1e91db5af9b 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; } |