Currently experiencing some strange effects with the radio buttons I'm working on. My goal is to have them all be the same size, but they are coming out different depending on whether the text within the button spans one or two lines. I've been able to temporarily fix this by adding <br>
at the end of the single-line button names, but it doesn't feel like an elegant solution.
It's important to note that the JavaScript has been removed as the issue lies within the CSS.