mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Disabled resizing for textarea tag (#1638)
* Disabled resizing for textarea tag * Update CHANGELOG.md
This commit is contained in:
parent
001c210217
commit
29eb01b958
2 changed files with 2 additions and 0 deletions
|
@ -570,6 +570,7 @@ select, input {
|
|||
}
|
||||
|
||||
textarea {
|
||||
resize: none;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue