Merged in fix/sw-1826-tier-comparison-layout-bug (pull request #1482)

Fix tier comparison on very small screens

* Fix tier comparison on very small screens


Approved-by: Joakim Jäderberg
This commit is contained in:
Anton Gunnarsson
2025-03-05 13:26:19 +00:00
parent bba76e7707
commit 916912a170
2 changed files with 21 additions and 5 deletions
@@ -92,6 +92,19 @@
place-items: center;
}
.scandicImage {
max-height: 46px;
max-width: 215px;
height: auto;
width: 100%;
}
.sasImage {
max-height: 40px;
max-width: 215px;
height: auto;
width: 100%;
}
.tierTitles {
cursor: pointer;
padding: var(--Spacing-x-half);
@@ -151,8 +164,9 @@
& > span {
position: relative;
padding: 0 var(--Spacing-x2);
padding: 0 var(--Spacing-x1);
background-color: white;
white-space: nowrap;
}
&::before {