making the floData textarea size fixed

This commit is contained in:
sairajzero 2020-05-22 18:58:59 +05:30
parent ab9d695fa9
commit 083711aebd

View File

@ -169,6 +169,10 @@
color: var(--accent-color);
}
.text-area textarea{
resize: none;
}
.text-area textarea:focus {
border: var(--accent-color) 1px solid;
}