Browse Source

CSS tweak to dropdown toggle height

n1474335 7 years ago
parent
commit
3e5b3900bc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/web/stylesheets/components/_operation.css

+ 4 - 0
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;
 }