Skip to content
Snippets Groups Projects
Commit 7de16665 authored by Fatih Acet's avatar Fatih Acet
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
Loading
Loading
@@ -28,7 +28,7 @@ $note-form-margin-left: 72px;
}
 
.main-notes-list {
@include vertical-line(39px);
@include vertical-line(36px);
}
 
.notes {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment