瀏覽代碼

CSS tweak to dropdown toggle height

n1474335 7 年之前
父節點
當前提交
3e5b3900bc
共有 1 個文件被更改,包括 4 次插入0 次删除
  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;
 }