Browse Source

Gave the textarea a min height

main
Anxhelo Lushka 6 years ago
parent
commit
4598022a24
No known key found for this signature in database GPG Key ID: 1FDB240321304A01
  1. 1
      _sass/_layout.scss

1
_sass/_layout.scss

@ -373,6 +373,7 @@ form textarea {
width: 100%;
max-width: 100%;
min-width: 100%;
min-height: 150px;
padding: 14px 24px;
box-sizing: border-box;
color: #000;

Loading…
Cancel
Save