Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix radio control overlap when font-size is small (#9436)
Browse files Browse the repository at this point in the history
Co-authored-by: Niels Lange <info@nielslange.de>
  • Loading branch information
Tarun Vijwani and nielslange authored May 15, 2023
1 parent 2633fce commit 5d857c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/js/base/components/radio-control/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
position: absolute;
left: 0;
top: 50%;
transform: translate(0, -50%);
transform: translate(0, -45%);
margin: inherit;
cursor: pointer;

&:checked::before {
Expand Down

0 comments on commit 5d857c1

Please sign in to comment.