summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/issuable.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-23 10:45:08 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-23 10:45:08 +0000
commit9fca7b437930a5fa88ec1ae7acd41a7a9a3f18bb (patch)
tree78d9c1b19b9dd664eedb436dc5384f18e2ff2ba5 /app/assets/stylesheets/pages/issuable.scss
parent473668b435600c32e8307f9ba3b6367cceda2def (diff)
downloadgitlab-ce-9fca7b437930a5fa88ec1ae7acd41a7a9a3f18bb.tar.gz
Limit the width of commit & snippet comment sections
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 20f2eec9af5..0d1a360d12c 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -11,7 +11,9 @@
.commit-box,
.info-well,
.commit-ci-menu,
- .files-changed {
+ .files-changed,
+ .limited-header-width,
+ .limited-width-notes {
@extend .fixed-width-container;
}