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
This commit is contained in:
Annabel Dunstone Gray 2018-01-11 00:38:43 +00:00
commit b10ea6e386
2 changed files with 6 additions and 1 deletions

View file

@ -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;
}

View file

@ -0,0 +1,5 @@
---
title: Make project README containers wider on fixed layout
merge_request: 16181
author: Takuya Noguchi
type: fixed