From 9bbccbbd468f9331fcf098e672f35c5c17a99158 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Thu, 7 Oct 2021 11:05:50 +0200 Subject: [PATCH] Partials needs to be children of the columns div And then have the right margins --- app/views/split_checkout/_checkout.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/split_checkout/_checkout.html.haml b/app/views/split_checkout/_checkout.html.haml index f56be8a301..f26c8c4ca9 100644 --- a/app/views/split_checkout/_checkout.html.haml +++ b/app/views/split_checkout/_checkout.html.haml @@ -1,4 +1,4 @@ %checkout.row#checkout .small-12.medium-12.columns - = render partial: "split_checkout/tabs" - = render partial: "split_checkout/form" + = render partial: "split_checkout/tabs" + = render partial: "split_checkout/form"