Skip to content
New issue

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

Update utrecht-accordion-section door de margin CSS-property te vervangen door de row-gap-property. #794

Closed
AliKdhim87 opened this issue Jul 1, 2024 · 1 comment · Fixed by nl-design-system/utrecht#2393
Assignees

Comments

@AliKdhim87
Copy link
Contributor

AliKdhim87 commented Jul 1, 2024

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

@scar055
Copy link
Contributor

scar055 commented Aug 22, 2024

Image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants