Skip to content

Commit

Permalink
Change margin-block-end
Browse files Browse the repository at this point in the history
  • Loading branch information
veslav3 committed Oct 11, 2024
1 parent 7faace1 commit 974fced
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components-css/accordion/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
color: var(--rhc-accordion-color, inherit);
display: flex;
flex-direction: column;
margin-block-end: var(--utrecht-accordion-margin-block-end);
row-gap: var(--utrecht-accordion-row-gap, inherit);
}

Expand Down
4 changes: 4 additions & 0 deletions packages/components-css/form-field/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
* Copyright (c) 2021 Community for NL Design System
*/

.utrecht-rich-text .utrecht-form-field {
margin-block-end: var(--utrecht-form-field-margin-block-end) !important;
}

.utrecht-form-field__status {
margin-block-end: var(--rhc-space-100, 0.5rem);
margin-block-start: var(--rhc-space-100, 0.5rem);
Expand Down

0 comments on commit 974fced

Please sign in to comment.