Skip to content

Commit

Permalink
fixes radio button alignment on Safari (#3678)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Jun 14, 2023
1 parent 1582f4a commit ec5916d
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 @@ -34,6 +34,7 @@

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

.label-input > input,
Expand Down

0 comments on commit ec5916d

Please sign in to comment.