summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-10-06 10:45:28 +0100
committerFilipa Lacerda <filipa@gitlab.com>2017-10-06 10:45:28 +0100
commitf71df9f536cc99f5e1626dae7dfe0ab15f7bd258 (patch)
treec9e0cf6e16ea12078d31282bcc7fa445617a3ba4 /app/assets/stylesheets
parent354e2ef08df3c704ca325415116587440260f67b (diff)
downloadgitlab-ce-f71df9f536cc99f5e1626dae7dfe0ab15f7bd258.tar.gz
Fix margins in edit form
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/clusters.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/clusters.scss b/app/assets/stylesheets/pages/clusters.scss
index 5c91579c69c..5538e46a6c4 100644
--- a/app/assets/stylesheets/pages/clusters.scss
+++ b/app/assets/stylesheets/pages/clusters.scss
@@ -2,4 +2,8 @@
.clipboard-addon {
background-color: $white-light;
}
+
+ .alert-block {
+ margin-bottom: 20px;
+ }
}