소스 검색

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