diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-10-17 13:28:27 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-10-17 13:28:27 +0000 |
commit | 04892e1de8d7442909df6d60c90870ebab39f303 (patch) | |
tree | 63a0b86a5e4f928b98a968531dd4c3a00c3ddfaf /app/assets/stylesheets/pages/clusters.scss | |
parent | f69b54682fc1770a73c528032b1a86f3e7d547a1 (diff) | |
download | gitlab-ce-04892e1de8d7442909df6d60c90870ebab39f303.tar.gz |
Adds collapsible sections in cluster page
Diffstat (limited to 'app/assets/stylesheets/pages/clusters.scss')
-rw-r--r-- | app/assets/stylesheets/pages/clusters.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/clusters.scss b/app/assets/stylesheets/pages/clusters.scss index 5538e46a6c4..8d6f30e3b84 100644 --- a/app/assets/stylesheets/pages/clusters.scss +++ b/app/assets/stylesheets/pages/clusters.scss @@ -4,6 +4,6 @@ } .alert-block { - margin-bottom: 20px; + margin-bottom: 10px; } } |