diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index 3d8505234801377e660a02a400a7aae0d7debb4f..7ec399c1bf868c1433a18d2f3355b9500e87dd86 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;