From 720b0a4b88950d31e3ebe92b8d6fdc6624e81e2b Mon Sep 17 00:00:00 2001 From: Hak Woo Kim Date: Tue, 24 Oct 2023 10:59:14 -0400 Subject: [PATCH] fix: misalignment of asm buttons (CXSPA-5028) (#17992) Co-authored-by: Hakwoo Kim --- .../components/_customer-emulation.component.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/feature-libs/asm/styles/components/_customer-emulation.component.scss b/feature-libs/asm/styles/components/_customer-emulation.component.scss index 1b2e4a7c63e..ae586722a7c 100644 --- a/feature-libs/asm/styles/components/_customer-emulation.component.scss +++ b/feature-libs/asm/styles/components/_customer-emulation.component.scss @@ -9,6 +9,15 @@ } } + @include forVersion(6.6) { + @media (max-width: 1090px) { + flex-direction: column; + > * { + margin-bottom: 12px; + } + } + } + button { color: #aa0808; font-weight: 700; @@ -20,6 +29,11 @@ @media (max-width: 940px) { width: 100%; } + @include forVersion(6.6) { + @media (max-width: 1090px) { + width: 100%; + } + } &.cx-360-button { background-color: #0070f2;