We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081f74e commit 50df229Copy full SHA for 50df229
src/components/experimental/Divider/Divider.tsx
@@ -53,8 +53,7 @@ const HorizontalLine = styled.div<DividerProps>`
53
`;
54
55
const VerticalLine = styled.div<DividerProps>`
56
- display: inline-block;
57
- height: 100%;
+ align-self: stretch;
58
border-left: 1px solid ${getSemanticValue('divider')};
59
${compose(space, verticalVariants)}
60
0 commit comments