diff --git a/app/views/spree/orders/edit.html.haml b/app/views/spree/orders/edit.html.haml
index 1355cbb07d..d732c5fc59 100644
--- a/app/views/spree/orders/edit.html.haml
+++ b/app/views/spree/orders/edit.html.haml
@@ -43,16 +43,16 @@
.links{'data-hook' => "cart_buttons"}
.row
- #empty-cart.columns.large-9{"data-hook" => ""}
+ #empty-cart.columns.large-8{"data-hook" => ""}
= form_tag empty_cart_path, :method => :put do
#clear_cart_link{"data-hook" => ""}
= link_to "Continue Shopping", main_app.shop_path, class: "button secondary"
= t(:or)
= submit_tag t(:empty_cart), :class => 'button secondary'
- .columns.large-1
+ .columns.large-4.text-right
= button_tag :class => 'secondary', :id => 'update-button' do
= t(:update)
- .columns.large-2
+ = t(:or)
= link_to "Checkout", main_app.shop_checkout_path, class: "button checkout primary", id: "checkout-link"