summaryrefslogtreecommitdiff
path: root/app/views/shared/snippets
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/views/shared/snippets
parent473668b435600c32e8307f9ba3b6367cceda2def (diff)
downloadgitlab-ce-9fca7b437930a5fa88ec1ae7acd41a7a9a3f18bb.tar.gz
Limit the width of commit & snippet comment sections
Diffstat (limited to 'app/views/shared/snippets')
-rw-r--r--app/views/shared/snippets/_header.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/snippets/_header.html.haml b/app/views/shared/snippets/_header.html.haml
index 813d8d69d8d..17b34c5eeb3 100644
--- a/app/views/shared/snippets/_header.html.haml
+++ b/app/views/shared/snippets/_header.html.haml
@@ -16,7 +16,7 @@
- else
= render "snippets/actions"
-.snippet-header
+.snippet-header.limited-header-width
%h2.snippet-title.prepend-top-0.append-bottom-0
= markdown_field(@snippet, :title)