Fix textarea min-height

This commit is contained in:
2018-03-16 22:50:58 +01:00
parent d420def689
commit 3b87116d44

View File

@@ -133,6 +133,7 @@ h3 {
textarea.textbox {
height: 64px;
resize: vertical;
min-height: 21px;
}
.textboxInvalid {