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:
authorFatih Acet <acetfatih@gmail.com>2019-02-16 02:03:55 +0300
committerFatih Acet <acetfatih@gmail.com>2019-02-16 02:03:55 +0300
commit94c045bdcb6068a7f625a6d618767d43c9cfb5b3 (patch)
tree2d06933773c4732e9c924d4f0680e317a7b22ff9 /app/assets
parent813df901e81257e3175015c94022151824682e83 (diff)
parentd9f452d61f78a9b541eed93e03a416d73e0600cb (diff)
Merge branch '57768-remove-vertical-line' into 'master'
Remove vertical connecting line placeholder from diff discussion notes Closes #57768 See merge request gitlab-org/gitlab-ce!25292
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 {