浏览代码

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