* [MOD] Make textareas resizable on height

This commit is contained in:
nuxsmin
2017-09-01 08:22:51 +02:00
parent 68efb99a79
commit e29fc3c40f
4 changed files with 3 additions and 5 deletions

View File

@@ -74,7 +74,6 @@ input {
textarea {
width: 350px;
resize: none;
}
select.files {

View File

@@ -55,8 +55,7 @@ input.txtLong {
width: 300px; }
textarea {
width: 350px;
resize: none; }
width: 350px; }
select.files {
width: 250px; }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long