[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:
parent
bbc1e052ab
commit
d021da4dfb
|
|
@ -111,6 +111,9 @@
|
|||
.n-button,
|
||||
.n-button__content {
|
||||
width: 100%;
|
||||
span {
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue