improve(plugin): support textarea for settings input item

This commit is contained in:
charlie
2022-07-29 22:44:55 +08:00
committed by Andelf
parent a14b397899
commit 3e7c20fd80
3 changed files with 8 additions and 3 deletions

View File

@@ -545,7 +545,12 @@
.form-input {
padding: 5px;
width: 50%;
width: 70%;
}
textarea.form-input {
overflow-y: auto;
resize: vertical;
}
.form-select {