From 9fca7b437930a5fa88ec1ae7acd41a7a9a3f18bb Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Fri, 23 Jun 2017 10:45:08 +0000 Subject: Limit the width of commit & snippet comment sections --- app/assets/stylesheets/pages/issuable.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/assets/stylesheets/pages/issuable.scss') 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; } -- cgit v1.2.1