WIP: Accordion Title Margin Overridden by Global Heading Settings

Browser: Chrome 110
OS: macOS
URL: not public

The margin styling applied to accordion titles is being overwritten by global heading settings, preventing element-specific styles from taking precedence as expected.

Element-specific settings should override global heading settings, allowing individual components to maintain their intended spacing.

Result

Accordion Title Settings

Theme Settings

Hi Ben,
Thanks so much for your report!

I reproduced the issue and added it to our bug tracker.
We’ll update this thread once it’s fixed.

The easiest interim-fix I can think of is this:

%root% h2 {
  margin: 0;
}

Best regards,
timmse

Hi timmse,
that’s exactly how I solved it too. Thanks for adding this to your bug tracker. Have a great week!

Best regards,
Ben