Skip to content

Commit

Permalink
fix(divider): vertical dashed divider not show (#7218)
Browse files Browse the repository at this point in the history
  • Loading branch information
JavanShen authored Jan 12, 2024
1 parent 3f33cef commit f034a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/divider/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const genSharedDividerStyle: GenerateStyle<DividerToken> = (token): CSSObject =>
},

[`&-vertical${componentCls}-dashed`]: {
borderInlineStart: lineWidth,
borderInlineStartWidth: lineWidth,
borderInlineEnd: 0,
borderBlockStart: 0,
borderBlockEnd: 0,
Expand Down

0 comments on commit f034a77

Please sign in to comment.