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

onRight and similar require parent to be centered #80

Closed pteasima closed 7 years ago

pteasima commented 7 years ago

The big picture of what I'm trying to do

Use onLeft, onRight, below, within and similar

What I did

https://runelm.io/c/aa6

What I Expected To Happen

see 2 labels next to each other

What Actually Happened

I only see one label. If I uncomment the center attribute, I see both labels as expected

Versions

pteasima commented 7 years ago

my bad