This is an automated email from the ASF dual-hosted git repository.
gallardot pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 610f7fe36e [Improvement][UI] use relative width for task editor
(#16769)
610f7fe36e is described below
commit 610f7fe36ee12b49b9b6670ece73b882e3970eef
Author: Manhua <[email protected]>
AuthorDate: Sat Nov 16 18:22:21 2024 +0800
[Improvement][UI] use relative width for task editor (#16769)
---
dolphinscheduler-ui/src/components/modal/index.module.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dolphinscheduler-ui/src/components/modal/index.module.scss
b/dolphinscheduler-ui/src/components/modal/index.module.scss
index 63915705ea..6e159b7dc0 100644
--- a/dolphinscheduler-ui/src/components/modal/index.module.scss
+++ b/dolphinscheduler-ui/src/components/modal/index.module.scss
@@ -16,7 +16,7 @@
*/
.container {
- width: 600px;
+ width: 33%;
}
.modal-card {
max-height: 100vh;