Prechádzať zdrojové kódy

CSS tweak to dropdown toggle height

n1474335 7 rokov pred
rodič
commit
3e5b3900bc

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