Kaynağa Gözat

add min-height to textarea

Gildas 1 yıl önce
ebeveyn
işleme
2958ef37cd
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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;
 }