From cb2a00fd6a31866f31201ea79d180547ecb58f4d Mon Sep 17 00:00:00 2001 From: Paul Slaughter Date: Thu, 7 Jun 2018 11:14:34 -0500 Subject: Fix height of color inputs --- app/assets/stylesheets/bootstrap_migration.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/assets/stylesheets') diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index 79f580546c3..0c5b6171223 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -261,3 +261,7 @@ pre code { color: $white-light; } } + +input[type=color].form-control { + height: $input-height; +} -- cgit v1.2.3