summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-11-13 15:09:58 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-11-14 13:35:46 -0600
commitf25e6aa2f3313e9f92e7cb02626665f4c83acd59 (patch)
treeb2586025d2a2be84deaecf79dffbe53a86a5321f
parente9d6651f42507d87aeb84a17fc6c0b6298bce856 (diff)
downloadgitlab-ce-f25e6aa2f3313e9f92e7cb02626665f4c83acd59.tar.gz
Fix version system note
-rw-r--r--app/assets/stylesheets/pages/notes.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index e4f59778d1e..36bcdc9a3b8 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -407,6 +407,12 @@ $note-form-margin-left: 72px;
}
}
+.tab-pane.notes {
+ .system-note {
+ margin: 0;
+ }
+}
+
.diff-file {
.is-over {
.add-diff-note {
@@ -426,7 +432,7 @@ $note-form-margin-left: 72px;
}
.system-note {
- margin: 0;
+ background-color: $white-light;
padding: $gl-padding;
}
}