summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-06-13 12:41:44 -0500
committerJose <jvargas@gitlab.com>2018-06-13 12:41:44 -0500
commitf69101ff4eb87c1412fa27c600545e1a74946f9c (patch)
tree5b1686c7e5cf65b4f37f071d49fccf315e2a6bea
parent32757d6455a4809ad2ad9537f62d8f3ac03099e5 (diff)
downloadgitlab-ce-jivl-fix-create-project-template-buttons.tar.gz
Remove vertical-alignment from project template buttonsjivl-fix-create-project-template-buttons
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 95b842a337c..5da0e672288 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -294,6 +294,8 @@ input[type=color].form-control {
}
}
-.btn {
- margin-bottom: 0;
+.project-templates-buttons {
+ .btn {
+ vertical-align: unset;
+ }
}