Ver Fonte

CSS tweak to dropdown toggle height

n1474335 há 7 anos atrás
pai
commit
3e5b3900bc
1 ficheiros alterados com 4 adições e 0 exclusões
  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;
     max-width: 20rem;
 }
 }
 
 
+.ingredients .dropdown-toggle-split {
+    height: 41px !important;
+}
+
 .boolean-arg {
 .boolean-arg {
     height: 46px;
     height: 46px;
 }
 }