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

alignRight on el doesn't work inside row layout #161

Open neocris opened 5 years ago

neocris commented 5 years ago

The big picture of what I'm trying to do

i'm trying to align an el inside a row. i'm using style-elements 4.3.0 but found the behavior the same for v.5. i found a similar issue #101 but for center attribute instead

What I did

https://ellie-app.com/3YFCYLDwLnJa1

What I Expected To Happen

the 'right' text element right aligned with respect to row layout

What Actually Happened

the element flowed next to 'middle' text element as if it had no right alignment set

Versions