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