Skip to content

Commit

Permalink
fix: add custom styles to utrecht-accordion__header
Browse files Browse the repository at this point in the history
Remove the following code when this PR nl-design-system/utrecht#2393 get merged
  • Loading branch information
AliKdhim87 authored and Robbert committed Aug 26, 2024
1 parent cd009d3 commit 4059c5e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/pdc-frontend/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,9 @@ p:has(a[class="utrecht-skip-link utrecht-skip-link--visible-on-focus"]) {
--utrecht-navigation-toggle-button-padding-end: 32px;
}
}

/* TODO remove the following code when this PR https://github.com/nl-design-system/utrecht/pull/2393 get merged */
.utrecht-accordion__header {
margin-block-end: 0;
margin-block-start: 0;
}
6 changes: 6 additions & 0 deletions apps/vth-frontend/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,9 @@ a {
--utrecht-navigation-toggle-button-padding-end: 32px;
}
}

/* TODO remove the following code when this PR https://github.com/nl-design-system/utrecht/pull/2393 get merged */
.utrecht-accordion__header {
margin-block-end: 0;
margin-block-start: 0;
}

0 comments on commit 4059c5e

Please sign in to comment.