summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/notes.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2018-12-04 14:05:58 +0000
committerFatih Acet <acetfatih@gmail.com>2018-12-04 14:05:58 +0000
commit27f23318584ce7beb02e61bb9deb7fbbc074ddd0 (patch)
tree0562b77121880772c3a2c0126bba0b67ca29d394 /app/assets/stylesheets/pages/notes.scss
parentb66ac4e39cf13cd6723dffb69bdb47674f1a6ee5 (diff)
downloadgitlab-ce-27f23318584ce7beb02e61bb9deb7fbbc074ddd0.tar.gz
Fix multiple commits shade overlapping vertical discussion line
Diffstat (limited to 'app/assets/stylesheets/pages/notes.scss')
-rw-r--r--app/assets/stylesheets/pages/notes.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 0d1d0b4d2d6..39d01c49fd7 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -371,10 +371,10 @@ $note-form-margin-left: 72px;
&::after {
content: '';
- width: 100%;
height: 70px;
position: absolute;
- left: 0;
+ left: $gl-padding-24;
+ right: 0;
bottom: 0;
background: linear-gradient(rgba($white-light, 0.1) -100px, $white-light 100%);
}