Skip to content

Commit

Permalink
Merge pull request #16883 from opf/bug/57544-form-elements-in-primer-…
Browse files Browse the repository at this point in the history
…do-not-have-sufficient-vertical-spacing

[57544] Form elements in Primer do not have sufficient vertical spacing
  • Loading branch information
HDinger authored Oct 2, 2024
2 parents f26e0e5 + b00d839 commit dd76b44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/global_styles/primer/_overrides.sass
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,7 @@ sub-header,
&:hover
background: var(--header-item-bg-hover-color)
color: var(--header-item-font-hover-color)

// Todo: Remove once https://github.com/primer/view_components/pull/3087 is merged
.FormControl-spacingWrapper
row-gap: var(--stack-gap-normal)

0 comments on commit dd76b44

Please sign in to comment.