diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-10-06 10:45:28 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-10-06 10:45:28 +0100 |
commit | f71df9f536cc99f5e1626dae7dfe0ab15f7bd258 (patch) | |
tree | c9e0cf6e16ea12078d31282bcc7fa445617a3ba4 /app/assets/stylesheets/pages | |
parent | 354e2ef08df3c704ca325415116587440260f67b (diff) | |
download | gitlab-ce-f71df9f536cc99f5e1626dae7dfe0ab15f7bd258.tar.gz |
Fix margins in edit form
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r-- | app/assets/stylesheets/pages/clusters.scss | 4 |
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; + } } |