Skip to content

Commit

Permalink
feat(forms): adjust checkbox to have spacing between input and label …
Browse files Browse the repository at this point in the history
…text
  • Loading branch information
benforshey committed Nov 18, 2024
1 parent f36002a commit 362a161
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/app/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ body {
margin-bottom: 2rem;
}

.form-group label:has(input[type='checkbox']) {
align-content: baseline;
display: flex;
}

.form-group input[type='checkbox'] {
margin-inline-end: 0.5ch;
}

.form-control {
color: #000;
}
Expand Down

0 comments on commit 362a161

Please sign in to comment.