Open j-panasiuk opened 7 years ago
Trying to style custom options inside Input.radioRow (using Input.styledChoice)
Input.radioRow
Input.styledChoice
Input.styledChoice "Cats" <| \selected -> El.row None [ A.spacing 999 ] [ El.el None [] (El.text "Cats") , El.circle 10 Circle [] El.empty , El.text "Dogs" ]
I expected spacing of 999 pixels between row elements to appear as advertised
Elements ignore parent spacing https://ellie-app.com/7y9GZDbLSa1/0
The big picture of what I'm trying to do
Trying to style custom options inside
Input.radioRow
(usingInput.styledChoice
)What I did
What I Expected To Happen
I expected spacing of 999 pixels between row elements to appear as advertised
What Actually Happened
Elements ignore parent spacing https://ellie-app.com/7y9GZDbLSa1/0
Versions