Skip to content

Commit

Permalink
Fix for small screens with large fonts don't fit all content (#2946)
Browse files Browse the repository at this point in the history
* Change display flex to block for mobile

* Revert back from display block to flex. Add flex wrap.
  • Loading branch information
eugenekasimov committed Aug 11, 2023
1 parent a48d88f commit c2f16b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/quick-order-list.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ quick-order-list .quantity__button {
margin-top: 0;
margin-bottom: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}

Expand Down

0 comments on commit c2f16b7

Please sign in to comment.