mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 14:14:24 +00:00
improve(plugin): support textarea for settings input item
This commit is contained in:
@@ -545,7 +545,12 @@
|
||||
|
||||
.form-input {
|
||||
padding: 5px;
|
||||
width: 50%;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
textarea.form-input {
|
||||
overflow-y: auto;
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.form-select {
|
||||
|
||||
Reference in New Issue
Block a user