fix: textarea resize vertical only, deploy script npm install
This commit is contained in:
@@ -703,6 +703,10 @@
|
|||||||
font-size: 0.95rem;
|
font-size: 0.95rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.character-fields textarea {
|
||||||
|
resize: vertical;
|
||||||
|
}
|
||||||
|
|
||||||
.character-fields input:focus,
|
.character-fields input:focus,
|
||||||
.character-fields select:focus,
|
.character-fields select:focus,
|
||||||
.character-fields textarea:focus {
|
.character-fields textarea:focus {
|
||||||
|
|||||||
Reference in New Issue
Block a user