From 00de29500ff9afed4c374d2a302cab6448067543 Mon Sep 17 00:00:00 2001 From: Saad Tarhi Date: Thu, 9 Nov 2023 08:17:43 +0100 Subject: [PATCH] Added some comments in CSS --- .../checkout/inner-blocks/checkout-fields-block/style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ca3028e0d1c..808a583734d 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,11 @@ display: flex; flex-wrap: wrap; justify-content: space-between; - gap: 0 calc(#{$gap-smaller} * 2); + gap: 0 calc(#{$gap-smaller} * 2); // Required for spacing especially when using flex-grow .wc-block-components-text-input, .wc-block-components-state-input { - flex: 1 0 calc(50% - #{$gap-smaller}); + flex: 1 0 calc(50% - #{$gap-smaller}); // "flex-grow = 1" allows the input to grow to fill the space box-sizing: border-box; &:nth-of-type(2),