From 837645a5aab740d394333233d50e8f7500182aab Mon Sep 17 00:00:00 2001 From: FaithDaka Date: Sun, 15 Dec 2024 09:28:52 +0300 Subject: [PATCH] fix: accordion responsiveness --- src/theme/themes/plh_kids_kw/_overrides.scss | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/theme/themes/plh_kids_kw/_overrides.scss b/src/theme/themes/plh_kids_kw/_overrides.scss index 330df6066..3a0af81f1 100644 --- a/src/theme/themes/plh_kids_kw/_overrides.scss +++ b/src/theme/themes/plh_kids_kw/_overrides.scss @@ -248,13 +248,9 @@ body[data-theme="plh_kids_kw"] { flex-direction: row; justify-content: space-between; align-items: flex-start; - min-width: 390px; - left: 0; - right: 0; - // border: 1px solid red; - &::ng-deep { - border: 1px solid red !important; - } + min-width: 220px; + width: 100%; + --inner-padding-end: 0px; } ion-item.accordion-content { border-top: 1px solid var(--color-outline-variant) !important;