Преглед на файлове

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