Sfoglia il codice sorgente

add min-height to textarea

Gildas 1 anno fa
parent
commit
2958ef37cd
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
 }