Skip to content

Commit

Permalink
Update gap for top aligned FormField (#3901)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fercas123 authored Jul 29, 2024
1 parent d463969 commit e9c1287
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-rivers-fail.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@salt-ds/core": patch
---

Update gap to `--salt-spacing-75` for top aligned labels in `FormField`.
1 change: 1 addition & 0 deletions packages/core/src/form-field/FormField.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
}

.saltFormField-labelTop {
gap: var(--salt-spacing-75);
grid-template-areas:
"label"
"controls";
Expand Down

0 comments on commit e9c1287

Please sign in to comment.