made text areas not resizable

This commit is contained in:
2024-06-13 08:24:34 +02:00
parent 475c490b16
commit 52c8ab9eea

View File

@@ -271,3 +271,7 @@ button {
margin-left: 75%;
width: 25%
}
textarea {
resize: none;
}