made text areas not resizable

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

View File

@@ -270,4 +270,8 @@ button {
.logout {
margin-left: 75%;
width: 25%
}
textarea {
resize: none;
}