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