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;