[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>
This commit is contained in:
秋天 2022-06-28 11:04:18 +08:00 committed by GitHub
parent bbc1e052ab
commit d021da4dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -111,6 +111,9 @@
.n-button,
.n-button__content {
width: 100%;
span {
padding-bottom: 1px;
}
}
}
}