Skip to content

Commit

Permalink
Revert "Styles updated to be more flexible for 3 digit shipping min a…
Browse files Browse the repository at this point in the history
…nd max, different currencies, and added some padding between the progress bar and min and max."

This reverts commit 30cab65.
  • Loading branch information
christophermallory committed Sep 17, 2023
1 parent 30cab65 commit 0991f3a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions view/frontend/web/css/custom.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,11 @@
display: inline-block;

&.min {
width: fit-content;
max-width: 40px;
padding-right: 3px;
width: 17px;
}

&.max {
width: fit-content;
max-width: 40px;
padding-left: 3px;
width: 33px;
text-align: right;
}
}
Expand Down

0 comments on commit 0991f3a

Please sign in to comment.