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

Commit 5d857c1

Browse files
Tarun Vijwaninielslange
andauthored
Fix radio control overlap when font-size is small (#9436)
Co-authored-by: Niels Lange <[email protected]>
1 parent 2633fce commit 5d857c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/js/base/components/radio-control/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
position: absolute;
7272
left: 0;
7373
top: 50%;
74-
transform: translate(0, -50%);
74+
transform: translate(0, -45%);
75+
margin: inherit;
7576
cursor: pointer;
7677

7778
&:checked::before {

0 commit comments

Comments
 (0)