- add workflow name span padding-bottom css style to fix this error This closes #10632 Co-authored-by: jiangkang <jiangkang@cmss.chinamobile.com>
@@ -111,6 +111,9 @@
.n-button,
.n-button__content {
width: 100%;
+ span {
+ padding-bottom: 1px;
+ }
}