Skip to content

Commit 2de33bf

Browse files
committed
fix(ui): template form max height
1 parent d9c99ca commit 2de33bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/TemplateForm.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
flex-direction: column;
351351
flex-wrap: wrap;
352352
height: 700px;
353-
max-height: calc(90vh - 50px);
353+
max-height: calc(90vh - 115px);
354354
padding-top: 10px;
355355
column-gap: 20px;
356356
& > * {

0 commit comments

Comments
 (0)