Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-06-11 19:21:10 +0300
committerJose <jvargas@gitlab.com>2018-06-13 20:41:12 +0300
commit91f31ae519b500b5d7db8a4f31bda8482aadae26 (patch)
treef7105b4d95653027caef1f6c2f4cd2564293f2cc /app/assets/stylesheets/bootstrap_migration.scss
parent7b7ba297cf64f4e5ea27234600c038c3b2fc0a6d (diff)
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;
+}