disable text area resizing

This commit is contained in:
froehlichA 2023-03-18 23:37:12 +01:00
parent 5cb07b20a9
commit 3c1eb8b9a3

View file

@ -151,6 +151,7 @@
.textarea {
width: 100%;
height: 100%;
resize: none;
}
.with-placeholder:empty:before {