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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-02-15 15:53:15 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-02-15 16:08:56 +0300
commitd9f452d61f78a9b541eed93e03a416d73e0600cb (patch)
tree8243f519b60be0719e7e9370edd2f28b4b04bc33 /app/assets
parentab06c9b654c5f26fbe9e3fce22a54f7944ee4dab (diff)
Remove vertical connecting line placeholder from diff discussion notes
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/notes.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index adab2253365..7e7eff1346a 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -494,11 +494,6 @@ $note-form-margin-left: 72px;
.discussion-notes {
margin-left: 0;
border-left: 0;
-
- .notes {
- position: relative;
- @include vertical-line(52px);
- }
}
.note-wrapper {