Skip to content

Commit

Permalink
fix(progress-indicator): fix veertical small screen bug
Browse files Browse the repository at this point in the history
  • Loading branch information
andreancardona committed Sep 3, 2021
1 parent 7071564 commit 54797d6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,9 @@
margin: 0;
vertical-align: top;
white-space: initial;
@media (max-width: 307px) {
max-width: rem(144px);
}
}

.#{$prefix}--progress--vertical
Expand Down

0 comments on commit 54797d6

Please sign in to comment.