Selaa lähdekoodia

add min-height to textarea

Gildas 1 vuosi sitten
vanhempi
sitoutus
2958ef37cd
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/ui/pages/options.css

+ 1 - 0
src/ui/pages/options.css

@@ -45,6 +45,7 @@ input[type=password] {
 
 textarea {
     width: 100%;
+    min-height: 1.2em;
     height: 2.4em;
     resize: vertical;
 }