Skip to content

Commit

Permalink
fix line width
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Muda committed Apr 11, 2023
1 parent 4620b22 commit 1cd474b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_shapes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.item.line {
transform-origin: 0 50%;
height: 0;
width: calc(var(--radius) * var(--ring-3-factor));
width: calc(var(--radius-3));
border-radius: 0%;
border: none;
border-top: 1px dashed rgba(155, 155, 155, 0.5);
Expand Down

0 comments on commit 1cd474b

Please sign in to comment.