From aa443c16f63b16bae90732a854f1a5d56c365e43 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Wed, 23 May 2018 12:00:51 -0700 Subject: Add min-height to form-control --- app/assets/stylesheets/bootstrap_migration.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index 3d850523480..7ec399c1bf8 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -46,6 +46,12 @@ a { text-align: right; } +.form-control, +.search form { + // Bootstrap 4 does not have a height + min-height: 34px; +} + table { // Remove any table border lines border-spacing: 0; -- cgit v1.2.1