diff options
author | George Tsiolis <tsiolis.g@gmail.com> | 2018-12-03 14:55:05 +0200 |
---|---|---|
committer | George Tsiolis <tsiolis.g@gmail.com> | 2018-12-10 14:45:27 +0200 |
commit | 076c3a987889710d8c5464cc60b0a9679ad76232 (patch) | |
tree | 7f48c8f173d2ece65d6f5bce2221233ae5bb31a4 /app | |
parent | 50de209607c62140de2acad597254f490ec69c47 (diff) | |
download | gitlab-ce-076c3a987889710d8c5464cc60b0a9679ad76232.tar.gz |
Restore top margin for active discussion notes
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/notes.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 42ba7fcc20c..6cab255a18e 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -167,7 +167,6 @@ $note-form-margin-left: 72px; &:not(:first-child) { border-top: 1px solid $white-normal; - margin-top: -1px; } .timeline-entry-inner { |