Skip to content

Commit

Permalink
fix cart quantity input width on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
veksen committed Mar 16, 2015
1 parent 9d295d3 commit c5c28c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions upload/catalog/view/theme/default/stylesheet/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -704,3 +704,8 @@ h2.price {
#column-right .product-layout {
width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
min-width: 50px;
}

0 comments on commit c5c28c2

Please sign in to comment.