From 3558d01fcecd8477176e10e804c401367de53224 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Tue, 5 Jan 2021 14:40:45 +1100 Subject: [PATCH] Give the new input fields more space The additional input needs more space and we are adjusting columns here. --- app/assets/javascripts/templates/shop_variant.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/templates/shop_variant.html.haml b/app/assets/javascripts/templates/shop_variant.html.haml index 1435f33399..f5906ee59c 100644 --- a/app/assets/javascripts/templates/shop_variant.html.haml +++ b/app/assets/javascripts/templates/shop_variant.html.haml @@ -1,5 +1,5 @@ .variants.row - .small-4.medium-4.large-6.columns.variant-name + .small-4.medium-4.large-5.columns.variant-name .inline{"ng-if" => "::variant.display_name"} {{ ::variant.display_name }} .variant-unit {{ ::variant.unit_to_display }} .small-3.medium-3.large-2.columns.variant-price @@ -8,7 +8,7 @@ "price-breakdown-placement" => "bottom", "price-breakdown-animation" => true} {{ variant.price_with_fees | localizeCurrency }} - .medium-2.large-1.columns.total-price + .medium-2.large-2.columns.total-price %span{"ng-class" => "{filled: variant.line_item.total_price}"} {{ variant.line_item.total_price | localizeCurrency }}