mdgriffith / style-elements

Create styles that don't mysteriously break!
http://package.elm-lang.org/packages/mdgriffith/style-elements/latest
BSD 3-Clause "New" or "Revised" License
445 stars 49 forks source link

Radio and checkbox shrink with multiline labels in Chrome #89

Open amordel opened 7 years ago

amordel commented 7 years ago

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