mdgriffith / elm-ui

What if you never had to write CSS again?
https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/
BSD 3-Clause "New" or "Revised" License
1.35k stars 110 forks source link

Default textColumn minimum width #286

Open pravdomil opened 3 years ago

pravdomil commented 3 years ago

Element.textColumn has by default width set to fill |> minimum 500 |> maximum 750, that means it will not fit on a screen of mobile phone, is there any reason why it is set like so?

https://github.com/mdgriffith/elm-ui/blob/7919c5e4f43741fc2d9b98a60fdd354fdb31a997/src/Element.elm#L1079-L1090


It would be great if elements gets divided to two groups. Elements that: