diff options
author | Phil Hughes <me@iamphill.com> | 2017-04-21 15:09:37 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-04-24 16:20:50 +0100 |
commit | 3f2578bce5afbb1f92acab2481ec6de2f38a6296 (patch) | |
tree | f53ea7d57645294fa1f71f34cf0393efc80eb4fc /app/assets | |
parent | d35515cb5b00fc96c6fe38bbecf20924a48d0653 (diff) | |
download | gitlab-ce-3f2578bce5afbb1f92acab2481ec6de2f38a6296.tar.gz |
Commit view correctly spans the full width when parallel view
Closes #30881
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pages/issuable.scss | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss index 8d3d1a72b9b..cf8735e6fad 100644 --- a/app/assets/stylesheets/pages/issuable.scss +++ b/app/assets/stylesheets/pages/issuable.scss @@ -6,7 +6,13 @@ } .limit-container-width { - .detail-page-header { + .detail-page-header, + .page-content-header, + .commit-box, + .info-well, + .notes, + .commit-ci-menu, + .files-changed { @extend .fixed-width-container; } @@ -36,8 +42,7 @@ } .diffs { - .mr-version-controls, - .files-changed { + .mr-version-controls { @extend .fixed-width-container; } } |