This is an automated email from the ASF dual-hosted git repository.
songjian pushed a commit to branch 3.0.1-release
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/3.0.1-release by this push:
new b3c27efac3 [Fix][UI] Fix the workflow name.
b3c27efac3 is described below
commit b3c27efac31181737483dbf98f6f4a59d72fd771
Author: songjianet <[email protected]>
AuthorDate: Wed Sep 21 12:39:04 2022 +0800
[Fix][UI] Fix the workflow name.
---
.../views/projects/workflow/definition/index.module.scss | 16 ----------------
1 file changed, 16 deletions(-)
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 c9c321bb28..a06e350f74 100644
---
a/dolphinscheduler-ui/src/views/projects/workflow/definition/index.module.scss
+++
b/dolphinscheduler-ui/src/views/projects/workflow/definition/index.module.scss
@@ -94,19 +94,3 @@
overflow: hidden;
word-break: break-all;
}
-
-.workflow-name {
- :global {
- div:first-child {
- width: calc(100% - 32px);
-
- .n-button,
- .n-button__content {
- width: 100%;
- span {
- padding-bottom: 1px;
- }
- }
- }
- }
-}