1
0
mirror of https://github.com/typemill/typemill.git synced 2025-01-16 21:08:20 +01:00

Fix for textareas

This commit is contained in:
Paul 2023-01-28 17:52:13 +03:00 committed by GitHub
parent 7b6b0cc1b3
commit e55a08e496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1110,6 +1110,8 @@ input, textarea{
}
textarea{
min-height: 84px;
max-height: 1092px;
resize: vertical;
}
select{
padding: 14px 8px;
@ -3063,4 +3065,4 @@ footer a:focus, footer a:hover, footer a:active
.editor button, .editor a{
border-radius: 3px;
}
}
}