summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/bootstrap_migration.scss
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-06-11 11:21:10 -0500
committerJose <jvargas@gitlab.com>2018-06-13 12:41:12 -0500
commit91f31ae519b500b5d7db8a4f31bda8482aadae26 (patch)
treef7105b4d95653027caef1f6c2f4cd2564293f2cc /app/assets/stylesheets/bootstrap_migration.scss
parent7b7ba297cf64f4e5ea27234600c038c3b2fc0a6d (diff)
downloadgitlab-ce-91f31ae519b500b5d7db8a4f31bda8482aadae26.tar.gz
Fix use template buttons for creating a new project
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 810ed5bb0a6..95b842a337c 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -293,3 +293,7 @@ input[type=color].form-control {
color: $gl-text-color-secondary;
}
}
+
+.btn {
+ margin-bottom: 0;
+}