Skip to content

Commit 610f7fe

Browse files
authored
[Improvement][UI] use relative width for task editor (#16769)
1 parent 9a64534 commit 610f7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dolphinscheduler-ui/src/components/modal/index.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
.container {
19-
width: 600px;
19+
width: 33%;
2020
}
2121
.modal-card {
2222
max-height: 100vh;

0 commit comments

Comments
 (0)