made text areas not resizable
This commit is contained in:
@@ -271,3 +271,7 @@ button {
|
||||
margin-left: 75%;
|
||||
width: 25%
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: none;
|
||||
}
|
||||
Reference in New Issue
Block a user