Disabled resizing for textarea tag (#1638)

* Disabled resizing for textarea tag

* Update CHANGELOG.md
This commit is contained in:
Roman Kelesidis 2024-09-19 21:12:03 +07:00 committed by GitHub
commit 29eb01b958
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -570,6 +570,7 @@ select, input {
}
textarea {
resize: none;
font-size: 12px;
}