Skip to content

Commit f034a77

Browse files
authored
fix(divider): vertical dashed divider not show (#7218)
1 parent 3f33cef commit f034a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/divider/style/index.ts

+1-1
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)