Commit 7de16665 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'discussion-fixes-2' into 'master'

Fix vertical line alignment in discussion & diff border-radius

Closes #53975

See merge request gitlab-org/gitlab-ce!23075
parents 5b1b0934 fee29d95
...@@ -241,7 +241,7 @@ table { ...@@ -241,7 +241,7 @@ table {
.discussion-reply-holder { .discussion-reply-holder {
background-color: $white-light; background-color: $white-light;
padding: 10px 16px; padding: 10px 16px;
border-radius: 0 0 $border-radius-default $border-radius-default; border-radius: 0 0 3px 3px;
&.is-replying { &.is-replying {
padding-bottom: $gl-padding; padding-bottom: $gl-padding;
......
...@@ -28,7 +28,7 @@ $note-form-margin-left: 72px; ...@@ -28,7 +28,7 @@ $note-form-margin-left: 72px;
} }
.main-notes-list { .main-notes-list {
@include vertical-line(39px); @include vertical-line(36px);
} }
.notes { .notes {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment