mirror of
https://github.com/wassname/talk.git
synced 2026-06-27 19:17:09 +08:00
Fix radio button positioning on Firefox (#2805)
Remove the top: 6px since it's unnecessary to vertically align the dot in the radio button. CORL-873
This commit is contained in:
@@ -73,7 +73,6 @@
|
||||
border-radius: 50%;
|
||||
position: absolute;
|
||||
left: 3px;
|
||||
top: 6px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user