From d9fae2aef5e9b5f78468fb33f4bad6a40af79751 Mon Sep 17 00:00:00 2001 From: Saad Tarhi Date: Mon, 30 Oct 2023 08:34:25 +0100 Subject: [PATCH] Fix empty spaces in the address form --- .../checkout/inner-blocks/checkout-fields-block/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/style.scss b/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/style.scss index 81f2689ad14..10c860f3a15 100644 --- a/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/style.scss +++ b/assets/js/blocks/checkout/inner-blocks/checkout-fields-block/style.scss @@ -18,11 +18,12 @@ display: flex; flex-wrap: wrap; justify-content: space-between; + gap: 0 calc(#{$gap-smaller} * 2); .wc-block-components-text-input, .wc-block-components-country-input, .wc-block-components-state-input { - flex: 0 0 calc(50% - #{$gap-smaller}); + flex: 1 0 calc(50% - #{$gap-smaller}); box-sizing: border-box; &:nth-of-type(2),