Skip to content

Commit

Permalink
Fix for quick add button width
Browse files Browse the repository at this point in the history
  • Loading branch information
pjhardie committed Jun 13, 2022
1 parent 5d6192b commit 5523621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/card-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
id="{{ product_form_id }}-submit"
type="submit"
name="add"
class="quick-add__submit button button--full-width button--secondary"
class="quick-add__submit button button--secondary"
aria-haspopup="dialog"
aria-labelledby="{{ product_form_id }}-submit title-{{ section_id }}-{{ card_product.id }}"
aria-live="polite"
Expand Down

0 comments on commit 5523621

Please sign in to comment.