You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by wa...@apache.org on 2022/06/28 03:04:29 UTC

[dolphinscheduler] branch dev updated: [fix-10632][ui] fix the workflow name with underline cannot be displayed correctly error. (#10636)

This is an automated email from the ASF dual-hosted git repository.

wanggenhua 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 d021da4dfb [fix-10632][ui] fix the workflow name with underline cannot be displayed correctly error. (#10636)
d021da4dfb is described below

commit d021da4dfbc79a35c81a43cc91c25bcbeb498f1a
Author: 秋天 <jk...@126.com>
AuthorDate: Tue Jun 28 11:04:18 2022 +0800

    [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 <ji...@cmss.chinamobile.com>
---
 .../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 19dd17f756..e9d77e6046 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;
+        }
       }
     }
   }