소스 검색

fix: #559 custom input ui style

Yifei Zhang 1 년 전
부모
커밋
85bf4ac077
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/components/ui-lib.module.scss

+ 2 - 1
app/components/ui-lib.module.scss

@@ -149,6 +149,7 @@
   background-color: var(--white);
   color: var(--black);
   resize: none;
+  min-width: 50px;
 }
 
 @media only screen and (max-width: 600px) {
@@ -159,4 +160,4 @@
       max-height: 50vh;
     }
   }
-}
+}