Global: Fix textarea [CSS]

This commit is contained in:
Ilya Prokopenko 2022-01-12 23:01:06 +07:00 committed by GitHub
parent 8e94a0caf0
commit 94cc24c65e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1149,6 +1149,7 @@ textarea {
width: 100%; width: 100%;
padding: 4px; padding: 4px;
resize: none; resize: none;
box-sizing: border-box;
} }
#faqhead { #faqhead {