From 315baf838862d58498ca389bdb50f05e7f52bd9d Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Wed, 14 Nov 2018 10:49:37 -0600 Subject: Fix vertical line alignment in discussion --- app/assets/stylesheets/pages/notes.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 35e01c9c807..79ed53863a2 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -28,7 +28,7 @@ $note-form-margin-left: 72px; } .main-notes-list { - @include vertical-line(39px); + @include vertical-line(36px); } .notes { -- cgit v1.2.1 From fee29d955840747439be745de53045165cdd9a98 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Wed, 14 Nov 2018 11:09:43 -0600 Subject: Fix diff border radius --- app/assets/stylesheets/pages/note_form.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss index 45b921a2fbb..97b3f696139 100644 --- a/app/assets/stylesheets/pages/note_form.scss +++ b/app/assets/stylesheets/pages/note_form.scss @@ -241,7 +241,7 @@ table { .discussion-reply-holder { background-color: $white-light; padding: 10px 16px; - border-radius: 0 0 $border-radius-default $border-radius-default; + border-radius: 0 0 3px 3px; &.is-replying { padding-bottom: $gl-padding; -- cgit v1.2.1