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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user