Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-12-03 15:55:05 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-12-10 15:45:27 +0300
commit076c3a987889710d8c5464cc60b0a9679ad76232 (patch)
tree7f48c8f173d2ece65d6f5bce2221233ae5bb31a4 /app/assets
parent50de209607c62140de2acad597254f490ec69c47 (diff)
Restore top margin for active discussion notes
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/notes.scss1
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 {