Skip to content

Commit

Permalink
reduce gap
Browse files Browse the repository at this point in the history
  • Loading branch information
lassopicasso committed Feb 26, 2025
1 parent c18577f commit 0f8e28c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
display: block;
margin-top: var(--fds-spacing-3);
width: 100%;
margin-bottom: calc(-1 * var(--fds-spacing-4));
}

.navigateSubformButton {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.componentMainConfig {
padding: var(--fds-spacing-3) var(--fds-spacing-5) var(--fds-spacing-1);
padding: var(--fds-spacing-4) var(--fds-spacing-5) var(--fds-spacing-1);
}

0 comments on commit 0f8e28c

Please sign in to comment.