Skip to content

Commit

Permalink
fix: vertical divider height (#507)
Browse files Browse the repository at this point in the history
* fix: vertical divider height

* fix: remove yarn.lock
  • Loading branch information
dornelasnelson authored Jan 8, 2025
1 parent 081f74e commit 50df229
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/experimental/Divider/Divider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ const HorizontalLine = styled.div<DividerProps>`
`;

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

0 comments on commit 50df229

Please sign in to comment.