Skip to content

Commit 827fd03

Browse files
committed
Merge branch '32683-resolved-discussions-icon-is-misaligned' into 'master'
Resolve "Resolved discussions icon is misaligned" Closes #32683 See merge request !11711
2 parents d5b2c5e + 688bf7a commit 827fd03

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app/assets/stylesheets/pages/notes.scss

+9-1
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,7 @@ ul.notes {
673673
.line-resolve-all {
674674
vertical-align: middle;
675675
display: inline-block;
676-
padding: 6px 10px;
676+
padding: 5px 10px 6px;
677677
background-color: $gray-light;
678678
border: 1px solid $border-color;
679679
border-radius: $border-radius-default;
@@ -686,6 +686,10 @@ ul.notes {
686686

687687
.line-resolve-btn {
688688
margin-right: 5px;
689+
690+
svg {
691+
vertical-align: middle;
692+
}
689693
}
690694
}
691695

@@ -722,6 +726,10 @@ ul.notes {
722726
}
723727
}
724728

729+
.line-resolve-text {
730+
vertical-align: middle;
731+
}
732+
725733
.discussion-next-btn {
726734
svg {
727735
margin: 0;

0 commit comments

Comments
 (0)