From f69101ff4eb87c1412fa27c600545e1a74946f9c Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 13 Jun 2018 12:41:44 -0500 Subject: Remove vertical-alignment from project template buttons --- app/assets/stylesheets/bootstrap_migration.scss | 6 ++++-- 1 file 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; + } } -- cgit v1.2.1