summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/framework/banner.scss2
-rw-r--r--app/assets/stylesheets/framework/buttons.scss2
-rw-r--r--app/assets/stylesheets/pages/milestone.scss7
3 files changed, 6 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/banner.scss b/app/assets/stylesheets/framework/banner.scss
index 4448e443cd2..479e6de704e 100644
--- a/app/assets/stylesheets/framework/banner.scss
+++ b/app/assets/stylesheets/framework/banner.scss
@@ -17,7 +17,7 @@
}
.banner-graphic {
- margin: 0 20px 20px 0;
+ margin: 0 20px 20px 0;
}
&.banner-non-empty-state {
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index fd4e2261103..b10cdf206a0 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -486,4 +486,4 @@ fieldset[disabled] .btn,
&:hover {
@extend %disabled;
}
-} \ No newline at end of file
+}
diff --git a/app/assets/stylesheets/pages/milestone.scss b/app/assets/stylesheets/pages/milestone.scss
index 9995ac7f0b6..248c5cde1a0 100644
--- a/app/assets/stylesheets/pages/milestone.scss
+++ b/app/assets/stylesheets/pages/milestone.scss
@@ -198,10 +198,11 @@
.milestone-deprecation-message {
.popover {
padding: 0;
+ }
- .popover-content {
- padding: 0;
- }
+ .popover-content {
+ padding: 0;
+ }
.milestone-popover-body {
padding: $gl-padding-8;