Commit aa443c16 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Add min-height to form-control

parent 95685caf
...@@ -46,6 +46,12 @@ a { ...@@ -46,6 +46,12 @@ a {
text-align: right; text-align: right;
} }
.form-control,
.search form {
// Bootstrap 4 does not have a height
min-height: 34px;
}
table { table {
// Remove any table border lines // Remove any table border lines
border-spacing: 0; border-spacing: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment