Hi, I am using paragraph as a label for radio inputs and checkbox input elements (4.0.0), like in this example https://ellie-app.com/hYYJnvxGBa1/3
In Chrome, the radio shrinks when the label is displaying on more than one line.
adding
.style-elements input[type="radio"] { flex-shrink: 0 !important; }
in CSS is a workaround.
Hi, I am using paragraph as a label for radio inputs and checkbox input elements (4.0.0), like in this example https://ellie-app.com/hYYJnvxGBa1/3 In Chrome, the radio shrinks when the label is displaying on more than one line.
adding
.style-elements input[type="radio"] { flex-shrink: 0 !important; }
in CSS is a workaround.Versions