Skip to content

Commit

Permalink
Merge pull request #29 from PayEx/hotfix/progress-tracker-responsiveness
Browse files Browse the repository at this point in the history
Quickfix for progress tracker responsiveness.
  • Loading branch information
erikhallaraaker authored Aug 24, 2018
2 parents 55f67e8 + 458b887 commit 767393c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.

- Fixed issue with links not taking browser window to the top within the documentation.
- Fixed issue with loader element in button loaders.
- Fixed issue with the Progress tracker component responsiveness.


## [0.9.0] - 2018-08-22
Expand Down
4 changes: 3 additions & 1 deletion src/less/components/progress-tracker.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ ol.progress-tracker {
@media screen and (max-width: @screen-xs-max) {
ul.progress-tracker,
ol.progress-tracker {
display: block;

li {
text-transform: uppercase;
display: inline-block;

&.active {
font-weight: bold;
Expand Down

0 comments on commit 767393c

Please sign in to comment.