Skip to content

Commit

Permalink
Merge pull request #275 from arco-design/fix-stepper-style
Browse files Browse the repository at this point in the history
fix: change `Stepper` flex to inline-flex
  • Loading branch information
wonuanyangying authored Jul 4, 2024
2 parents c554231 + e191b93 commit be62eb1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/arcodesign/components/stepper/style/index.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
@import '../../../style/mixin.less';

.@{prefix}-stepper {
display: flex;
display: inline-flex;
.use-var(font-size, stepper-font-size);
.use-var(width, stepper-width);

&.@{prefix}-square {
border-width: 1PX;
Expand Down

0 comments on commit be62eb1

Please sign in to comment.