diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-05-19 15:27:12 +0000 |
---|---|---|
committer | Timothy Andrew <mail@timothyandrew.net> | 2017-05-19 16:45:38 +0000 |
commit | a1348c166656d59412239092fd0df8ba1efa8fb8 (patch) | |
tree | 695b1c5c2f32122d2068b979f998fa400873745c | |
parent | 95979035460193641d75cb755f574ce5574e1fef (diff) | |
download | gitlab-ce-a1348c166656d59412239092fd0df8ba1efa8fb8.tar.gz |
Merge branch '32556-side-by-side-mr-discussion-should-stretch-to-max-width' into 'master'
Resolve "Side by side MR discussion should stretch to max width"
Closes #32556
See merge request !11508
-rw-r--r-- | app/assets/stylesheets/pages/issuable.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss index 0184208ab82..0d40d6d2dae 100644 --- a/app/assets/stylesheets/pages/issuable.scss +++ b/app/assets/stylesheets/pages/issuable.scss @@ -10,7 +10,6 @@ .page-content-header, .commit-box, .info-well, - .notes, .commit-ci-menu, .files-changed { @extend .fixed-width-container; |