Skip to content

Commit

Permalink
chore(globals-css): fix the style formate issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 authored and Robbert committed Apr 12, 2024
1 parent 4aa0ceb commit 1443adc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/pdc-frontend/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,14 +206,14 @@ p:has(a[class="utrecht-skip-link utrecht-skip-link--visible-on-focus"]) {
--of-card-padding-inline-start: 0;
}

.utrecht-data-list--openforms > .utrecht-data-list__item:first-of-type {
margin-block-start: 0;
}

.utrecht-data-list--openforms > .utrecht-data-list__item {
margin-block-start: var(--utrecht-data-list-rows-item-margin-block-start);
}

.utrecht-data-list--openforms > .utrecht-data-list__item:first-of-type {
margin-block-start: 0;
}

@media screen and (width > 360px) {
.utrecht-page-header {
--utrecht-page-header-padding-block-start: 32px;
Expand Down

0 comments on commit 1443adc

Please sign in to comment.