mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-09 15:06:37 +08:00
style: Increase the height of the script input box (#7398)
This commit is contained in:
parent
2f0b4888de
commit
dde686d55f
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@
|
|||
:indent-with-tab="true"
|
||||
:tabSize="4"
|
||||
:lineWrapping="true"
|
||||
style="width: 100%; margin-top: 5px; height: 100px"
|
||||
style="width: 100%; margin-top: 5px; min-height: 100px"
|
||||
theme="cobalt"
|
||||
:styleActiveLine="true"
|
||||
:matchBrackets="true"
|
||||
|
|
Loading…
Add table
Reference in a new issue