Skip to content

Commit

Permalink
fixes an alignment issue for radio buttons (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Aug 21, 2023
1 parent bfa0049 commit 3c925b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@

.label-input > label {
display: inline-flex;
align-items: center;
}

.label-input > input,
Expand Down

0 comments on commit 3c925b7

Please sign in to comment.