Skip to content

Commit

Permalink
fix(SLB-358): reduce vertical spacing between fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasimonato committed May 8, 2024
1 parent 46f10cb commit d842ece
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/ui/src/iframe.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,15 @@ h1 {
}

/* Vertical spacing */
.webform-submission-form .webform-flexbox {
@apply md:my-0 gap-y-4 md:gap-y-0 flex flex-col md:flex-row;
}

.webform-submission-form > *:not(:last-child) {
@apply mb-10;
@apply mb-4 md:mb-6;
}


.fieldset-wrapper > *:not(:last-child) {
@apply mb-5;
}
Expand Down

0 comments on commit d842ece

Please sign in to comment.