Skip to content

Commit 3985a2e

Browse files
committed
style(steps): reset top direction title padding-right
1 parent e298458 commit 3985a2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/steps/style/vertical.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const genStepsVerticalStyle: GenerateStyle<StepsToken, CSSObject> = token => {
2727
},
2828
[`${componentCls}-item-title`]: {
2929
lineHeight: `${stepsIconSize}px`,
30+
paddingInlineEnd: 0,
3031
},
3132
[`${componentCls}-item-description`]: {
3233
paddingBottom: token.paddingSM,

0 commit comments

Comments
 (0)