Height and width work fine on chrome, even on Microsoft edge too but not on Mozille Firefox. I have tried transform but it pixelates the button. Is there a better solution?
This question is only targetting Mozilla Firefox. As i said In chrome and Edge width and height attributes work.
input[type=radio] {
height: 62px;
width: 62px;
-moz-transform: scale(3.4, 3.4);
}
<h2>Switch to Mozilla Firefox to see the difference</h2>
<input type="radio">hello</>