summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-22 14:16:24 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-22 14:16:24 -0500
commitfdeeca3a15b4ef9ebcdc0fd386009b42a13626eb (patch)
tree26e776b56e5f15fa5cc8ede5993482f01fd37af1
parenta600b4b1c08c374e336cbd4226d2ff77c8ff9cca (diff)
downloadgitlab-ce-fdeeca3a15b4ef9ebcdc0fd386009b42a13626eb.tar.gz
Reduce width of parallel diffs
-rw-r--r--app/assets/stylesheets/pages/diff.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index e7c8198ba45..ed14b2cd1fe 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;
}
}