CSS tweak to dropdown toggle height

This commit is contained in:
n1474335 2018-08-06 07:53:30 +01:00
parent 0453bd098b
commit 3e5b3900bc
1 changed files with 4 additions and 0 deletions

View File

@ -146,6 +146,10 @@ div.toggle-string {
max-width: 20rem;
}
.ingredients .dropdown-toggle-split {
height: 41px !important;
}
.boolean-arg {
height: 46px;
}