Explorar el Código

fix: #559 custom input ui style

Yifei Zhang hace 1 año
padre
commit
85bf4ac077
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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;
     }
   }
-}
+}