Skip to content

Commit

Permalink
Merge pull request saadeghi#282 from GaelLanez/fix-vertical-steps
Browse files Browse the repository at this point in the history
fix: saadeghi#279 - Vertical steps resize to content
  • Loading branch information
saadeghi authored Nov 1, 2021
2 parents aac7a72 + ed7fad6 commit 42608ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/styled/steps.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,8 @@
min-height: 4rem;
justify-items: start;
&:before {
@apply w-2 h-full top-0;
@apply w-2 h-full top-0 transform -translate-y-1/2 -translate-x-1/2;
margin-left: 50%;
margin-top: -100%;
transform: translateX(-50%);
}
}
}
Expand Down

0 comments on commit 42608ee

Please sign in to comment.