Ver código fonte

fix: #559 custom input ui style

Yifei Zhang 1 ano atrás
pai
commit
85bf4ac077
1 arquivos alterados com 2 adições e 1 exclusões
  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;
     }
   }
-}
+}