fix(LOY-104): reduce text in tables to not break mobile design

adjusted padding to show points required on one row
This commit is contained in:
Christian Andolf
2025-01-30 16:36:29 +01:00
parent 8e37374258
commit 137d2cf499
2 changed files with 6 additions and 4 deletions

View File

@@ -10,7 +10,9 @@
border-radius: var(--Corner-radius-Medium);
background-color: var(--Scandic-Brand-Pale-Peach);
color: var(--Scandic-Peach-80);
padding: var(--Spacing-x-half) var(--Spacing-x5);
padding: var(--Spacing-x-half) var(--Spacing-x1);
text-align: center;
width: 100%;
}
.levelSummaryText {