From fdeeca3a15b4ef9ebcdc0fd386009b42a13626eb Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Date: Fri, 22 Apr 2016 14:16:24 -0500 Subject: [PATCH] Reduce width of parallel diffs --- app/assets/stylesheets/pages/diff.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss index e7c8198ba4..ed14b2cd1f 100644 --- a/app/assets/stylesheets/pages/diff.scss +++ b/app/assets/stylesheets/pages/diff.scss @@ -98,7 +98,11 @@ } td.line_content.parallel { - width: 50%; + width: 46%; + } + + .add-diff-note { + margin-left: -65px; } }