Ver Fonte

add min-height to textarea

Gildas há 1 ano atrás
pai
commit
2958ef37cd
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/ui/pages/options.css

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

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