💄 Fix some Accordion styling

This commit is contained in:
Philipp Stracker 2025-01-22 17:54:46 +01:00
parent 979a01f45a
commit bd6a9cc2c1
No known key found for this signature in database
2 changed files with 12 additions and 15 deletions

View file

@ -37,14 +37,12 @@
}
}
.ppcp-r-settings-block__accordion {
> .ppcp-r-accordion {
width: 100%;
.ppcp-r-accordion {
--accordion-width: 100%;
--accordion-toggler-gap: 0;
--accordion-text-align: left;
.ppcp-r-accordion__toggler {
width: 100%;
margin: 0;
text-align: unset;
}
.ppcp--title-wrapper {
justify-content: space-between;
}
}