Skip to content

Commit dde686d

Browse files
authored
style: Increase the height of the script input box (#7398)
1 parent 2f0b488 commit dde686d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/cronjob/operate/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
:indent-with-tab="true"
213213
:tabSize="4"
214214
:lineWrapping="true"
215-
style="width: 100%; margin-top: 5px; height: 100px"
215+
style="width: 100%; margin-top: 5px; min-height: 100px"
216216
theme="cobalt"
217217
:styleActiveLine="true"
218218
:matchBrackets="true"

0 commit comments

Comments
 (0)