Skip to content

Commit

Permalink
fix(Steps): center align inner icon/text (#3811)
Browse files Browse the repository at this point in the history
Co-authored-by: shrinidhi.upadhyaya <shrinidhiupadhyaya1195@gmail.com>
  • Loading branch information
ShrinidhiUpadhyaya committed May 17, 2024
1 parent 211ce5f commit 1f284ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Steps/styles/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
// Icon content
> .rs-steps-item-icon {
width: 100%;
display: block;
display: flex;
justify-content: center;
text-align: center;
position: relative;

Expand Down

0 comments on commit 1f284ea

Please sign in to comment.