From 3e5b3900bca06f127c57af79db1090706136de20 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Mon, 6 Aug 2018 07:53:30 +0100 Subject: [PATCH] CSS tweak to dropdown toggle height --- src/web/stylesheets/components/_operation.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/web/stylesheets/components/_operation.css b/src/web/stylesheets/components/_operation.css index 57738504..24641e09 100755 --- a/src/web/stylesheets/components/_operation.css +++ b/src/web/stylesheets/components/_operation.css @@ -146,6 +146,10 @@ div.toggle-string { max-width: 20rem; } +.ingredients .dropdown-toggle-split { + height: 41px !important; +} + .boolean-arg { height: 46px; }