Browse Source

fix: select min-width

Sv443 10 months ago
parent
commit
f91767c24c
2 changed files with 2 additions and 0 deletions
  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;
 }