Skip to content

Commit 50df229

Browse files
fix: vertical divider height (#507)
* fix: vertical divider height * fix: remove yarn.lock
1 parent 081f74e commit 50df229

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/experimental/Divider/Divider.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ const HorizontalLine = styled.div<DividerProps>`
5353
`;
5454

5555
const VerticalLine = styled.div<DividerProps>`
56-
display: inline-block;
57-
height: 100%;
56+
align-self: stretch;
5857
border-left: 1px solid ${getSemanticValue('divider')};
5958
${compose(space, verticalVariants)}
6059
`;

0 commit comments

Comments
 (0)