Skip to content

Commit 7f96af4

Browse files
fix(divider): vertical dashed divider not show (#7218)
1 parent caefa23 commit 7f96af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎components/divider/style/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const genSharedDividerStyle: GenerateStyle<DividerToken> = (token): CSSObject =>
105105
},
106106

107107
[`&-vertical${componentCls}-dashed`]: {
108-
borderInlineStart: lineWidth,
108+
borderInlineStartWidth: lineWidth,
109109
borderInlineEnd: 0,
110110
borderBlockStart: 0,
111111
borderBlockEnd: 0,

0 commit comments

Comments
 (0)