Fix: disabled resize on textarea in contact form

This commit is contained in:
Aroy-Art 2022-05-06 10:52:32 +02:00
parent b6cdafcb6a
commit 86d659bc12
Signed by: Aroy
GPG key ID: 583642324A1D2070

View file

@ -1531,6 +1531,11 @@ img.loaded video.loaded {
border: solid 5px; border: solid 5px;
transition: border-color .5s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .5s ease-in-out,box-shadow .15s ease-in-out;
margin: 4px; margin: 4px;
resize: none
}
#contact-form-massage {
resize: none;
} }
.form-control:focus { .form-control:focus {