We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5b2c5e + 688bf7a commit 827fd03Copy full SHA for 827fd03
app/assets/stylesheets/pages/notes.scss
@@ -673,7 +673,7 @@ ul.notes {
673
.line-resolve-all {
674
vertical-align: middle;
675
display: inline-block;
676
- padding: 6px 10px;
+ padding: 5px 10px 6px;
677
background-color: $gray-light;
678
border: 1px solid $border-color;
679
border-radius: $border-radius-default;
@@ -686,6 +686,10 @@ ul.notes {
686
687
.line-resolve-btn {
688
margin-right: 5px;
689
+
690
+ svg {
691
+ vertical-align: middle;
692
+ }
693
}
694
695
@@ -722,6 +726,10 @@ ul.notes {
722
726
723
727
724
728
729
+.line-resolve-text {
730
731
+}
732
725
733
.discussion-next-btn {
734
svg {
735
margin: 0;
0 commit comments