Skip to content

Commit

Permalink
fix(SLB-358): webform-address class now has consistent vertical spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasimonato committed May 8, 2024
1 parent 7f703ce commit 422ac83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ui/src/iframe.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ h1 {
@apply mb-5;
}

.webform-address {
@apply flex flex-col gap-y-4 md:gap-y-6;
}

/* Label */
.form-item label {
@apply block mb-2 text-sm;
Expand Down

0 comments on commit 422ac83

Please sign in to comment.