Merged in fix/consent-accordion-ui-fix (pull request #3188)

fix(LOY-268): small UI fixes profiling consent accordion

* fix(LOY-268): small UI fixes


Approved-by: Emma Zettervall
This commit is contained in:
Matilda Landström
2025-11-20 10:16:31 +00:00
parent 8a4a4bd970
commit bd85dd3b49

View File

@@ -51,6 +51,7 @@
.column {
display: grid;
gap: var(--Space-x1);
height: fit-content;
}
.bullets {
@@ -68,6 +69,7 @@
.learnMoreLink {
display: flex;
gap: var(--Space-x05);
justify-content: left;
}
@media (min-width: 768px) {