From 5f143f6c3ab3c5bf1abfb1a89bfdd270e7510f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=A4=A9?= Date: Tue, 28 Jun 2022 11:04:18 +0800 Subject: [PATCH] [fix-10632][ui] fix the workflow name with underline cannot be displayed correctly error. (#10636) - add workflow name span padding-bottom css style to fix this error This closes #10632 Co-authored-by: jiangkang --- .../src/views/projects/workflow/definition/index.module.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dolphinscheduler-ui/src/views/projects/workflow/definition/index.module.scss b/dolphinscheduler-ui/src/views/projects/workflow/definition/index.module.scss index 2c40864b2d..11e45225f1 100644 --- a/dolphinscheduler-ui/src/views/projects/workflow/definition/index.module.scss +++ b/dolphinscheduler-ui/src/views/projects/workflow/definition/index.module.scss @@ -111,6 +111,9 @@ .n-button, .n-button__content { width: 100%; + span { + padding-bottom: 1px; + } } } }