Skip to content

Commit

Permalink
Increase the default space between form elements (#3159)
Browse files Browse the repository at this point in the history
Co-authored-by: Henriette Darge <h.darge@openproject.com>
Co-authored-by: camertron <camertron@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 18, 2024
1 parent 3cb826a commit 5bc179d
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tricky-foxes-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/view-components': patch
---

Increase space between form elements
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion app/components/primer/alpha/text_field.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
.FormControl-spacingWrapper {
display: flex;
flex-direction: column;
row-gap: 0.5rem;
row-gap: var(--stack-gap-normal);
}

.FormControl-horizontalGroup {
Expand Down

0 comments on commit 5bc179d

Please sign in to comment.