Fix column layout issue for checkout page making content expand beyond page boundaries

This commit is contained in:
summerscope
2014-06-05 16:19:35 +10:00
parent 68311ca699
commit 7b1756fc98

View File

@@ -6,8 +6,8 @@
= render partial: "shopping_shared/details"
%accordion.row{"close-others" => "true"}
%checkout{"ng-controller" => "CheckoutCtrl"}
%accordion{"close-others" => "true"}
%checkout.row{"ng-controller" => "CheckoutCtrl"}
.small-9.columns
- unless spree_current_user
= render partial: "checkout/authentication"