Quellcode durchsuchen

fix: #559 custom input ui style

Yifei Zhang vor 1 Jahr
Ursprung
Commit
85bf4ac077
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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;
     }
   }
-}
+}