This row adds an extra space on the right of the page

which introduce an horizontal scroll: visual regression
This commit is contained in:
Jean-Baptiste Bellet
2022-01-31 11:47:21 +01:00
parent fdeadd0940
commit ae0a71b29d

View File

@@ -19,7 +19,7 @@
.sub-header.show-for-medium-down
= render partial: "shopping_shared/order_cycles"
.row{ "data-controller": "guest-checkout", "data-guest-checkout-distributor-value": @order.distributor.id }
%div{ "data-controller": "guest-checkout", "data-guest-checkout-distributor-value": @order.distributor.id }
%div{ style: "display: #{spree_current_user ? 'block' : 'none'}", "data-guest-checkout-target": "checkout" }
= render partial: "checkout"