Prevent textarea resize

This commit is contained in:
Hazem Krimi
2023-11-07 20:14:33 +01:00
parent 164cf73180
commit e413703745
+4
View File
@@ -25,6 +25,10 @@ textarea {
background-color: var(--input-background);
}
textarea {
resize: none;
}
form {
display: flex;
flex-direction: column;