diff options
author | Phil Hughes <me@iamphill.com> | 2016-01-13 13:27:05 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-01-13 13:29:03 +0000 |
commit | 6f1a59b8ed6bbe8d2c0b25bdbb82102e7b29cafd (patch) | |
tree | 9ce22b6e8fbd6be6d0f09436e820b88cd91686b6 | |
parent | 777771db280d512a8eded5e170f1ea3a2356729f (diff) | |
download | gitlab-ce-6f1a59b8ed6bbe8d2c0b25bdbb82102e7b29cafd.tar.gz |
Removes white line when hiding diff comments in MR
Fixes #6071
-rw-r--r-- | app/assets/stylesheets/pages/diff.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss index afd6fb73675..e5366427f76 100644 --- a/app/assets/stylesheets/pages/diff.scss +++ b/app/assets/stylesheets/pages/diff.scss @@ -76,6 +76,7 @@ width: 100%; font-family: $monospace_font; border: none; + border-collapse: separate; margin: 0px; padding: 0px; .line_holder td { |