Skip to content

Commit

Permalink
fix: stepper borders
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi authored Mar 2, 2023
1 parent 0edfcd7 commit a5118f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/custom/_steppers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
position: relative;
display: flex;
align-items: center;
&:nth-last-child(2) {
&:nth-last-child(1) {
border-right: 1px solid $gray-border;
}
// index
Expand Down

0 comments on commit a5118f7

Please sign in to comment.