We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
utrecht-accordion-section
Beschrijving:
Het probleem is dat de accordion-component altijd extra marge krijgt, ook als hij is ingeklapt.
Mogelijke oplossing:
@mixin utrecht-accordion { display: grid; row-gap: var(--utrecht-accordion-row-gap); }
Zie ook bijvoorbeeld https://www.nldesignsystem.nl/button/ als gebruiker van de versie met dit probleem
The text was updated successfully, but these errors were encountered:
row-gap
bij de accordion zit wit ruimte tussen de button en de content dit zorgt er voor dat de spacing niet meer goed staat
deze pull request nl-design-system/utrecht#2393 fix de issue
Sorry, something went wrong.
scar055
Successfully merging a pull request may close this issue.
Beschrijving:
Het probleem is dat de accordion-component altijd extra marge krijgt, ook als hij is ingeklapt.
Mogelijke oplossing:
Zie ook bijvoorbeeld https://www.nldesignsystem.nl/button/ als gebruiker van de versie met dit probleem
The text was updated successfully, but these errors were encountered: