Skip to content

Commit

Permalink
fix(comp:stepper): padding problem of left&right (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuchg authored May 17, 2022
1 parent c20fe45 commit 25a2aac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/stepper/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
display: flex;
width: 100%;
background: @stepper-background;
text-align: start;
}

.@{stepper-item-prefix} {
Expand All @@ -26,7 +27,7 @@
padding-left: 0;
}

&:last-child &-item-title {
&:last-child &-title {
padding-right: 0;
}

Expand Down

0 comments on commit 25a2aac

Please sign in to comment.