making the floData textarea size fixed
This commit is contained in:
parent
ab9d695fa9
commit
083711aebd
@ -169,6 +169,10 @@
|
||||
color: var(--accent-color);
|
||||
}
|
||||
|
||||
.text-area textarea{
|
||||
resize: none;
|
||||
}
|
||||
|
||||
.text-area textarea:focus {
|
||||
border: var(--accent-color) 1px solid;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user