瀏覽代碼

fix: select min-width

Sv443 10 月之前
父節點
當前提交
f91767c24c
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      dist/BetterYTM.css
  2. 1 0
      src/components/BytmDialog.css

+ 1 - 0
dist/BetterYTM.css

@@ -457,6 +457,7 @@
 }
 
 select.bytm-ftconf-input {
+  min-width: 180px;
   cursor: revert;
 }
 

+ 1 - 0
src/components/BytmDialog.css

@@ -282,6 +282,7 @@
 }
 
 select.bytm-ftconf-input {
+  min-width: 180px;
   cursor: revert;
 }