Browse Source

[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 <jiangkang@cmss.chinamobile.com>
3.1.0-release
秋天 2 years ago committed by GitHub
parent
commit
d021da4dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      dolphinscheduler-ui/src/views/projects/workflow/definition/index.module.scss

3
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;
}
}
}
}

Loading…
Cancel
Save