Commit a1c1cb4c authored by Luke Bennett's avatar Luke Bennett

Fix lints

parent 2addebc7
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
} }
.banner-graphic { .banner-graphic {
margin: 0 20px 20px 0; margin: 0 20px 20px 0;
} }
&.banner-non-empty-state { &.banner-non-empty-state {
......
...@@ -486,4 +486,4 @@ fieldset[disabled] .btn, ...@@ -486,4 +486,4 @@ fieldset[disabled] .btn,
&:hover { &:hover {
@extend %disabled; @extend %disabled;
} }
} }
\ No newline at end of file
...@@ -198,10 +198,11 @@ ...@@ -198,10 +198,11 @@
.milestone-deprecation-message { .milestone-deprecation-message {
.popover { .popover {
padding: 0; padding: 0;
}
.popover-content { .popover-content {
padding: 0; padding: 0;
} }
.milestone-popover-body { .milestone-popover-body {
padding: $gl-padding-8; padding: $gl-padding-8;
......
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