Explorar el Código

add min-height to textarea

Gildas hace 1 año
padre
commit
2958ef37cd
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
 }