From 98c08910adc1662a3d00db0e83e8601125b42a30 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 8 Sep 2021 21:58:35 +0700 Subject: [PATCH] styles: add white-spaces --- .../CollapseCommon/CollapseChild/CollapseChild.module.scss | 2 +- .../DeliveryAndPolicyContent.module.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/common/CollapseCommon/CollapseChild/CollapseChild.module.scss b/src/components/common/CollapseCommon/CollapseChild/CollapseChild.module.scss index 0a0b3b665..839f4de65 100644 --- a/src/components/common/CollapseCommon/CollapseChild/CollapseChild.module.scss +++ b/src/components/common/CollapseCommon/CollapseChild/CollapseChild.module.scss @@ -52,7 +52,7 @@ } } .contentContainer { - @apply hidden pb-16; + @apply hidden pb-16 whitespace-pre-line; padding-top: 1.6rem; } @keyframes ContentAnimationIn { diff --git a/src/components/modules/delivery-policy/DeliveryAndPolicyContent/DeliveryAndPolicyContent.module.scss b/src/components/modules/delivery-policy/DeliveryAndPolicyContent/DeliveryAndPolicyContent.module.scss index d793dc3c7..be88621b5 100644 --- a/src/components/modules/delivery-policy/DeliveryAndPolicyContent/DeliveryAndPolicyContent.module.scss +++ b/src/components/modules/delivery-policy/DeliveryAndPolicyContent/DeliveryAndPolicyContent.module.scss @@ -19,7 +19,7 @@ } } .content { - @apply pb-16; + @apply pb-16 whitespace-pre-line; padding-top: 1.6rem; } }