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 112 forks source link

Add note about altering line-height of Input.multiline #263

Closed rjdellecese closed 3 years ago

rjdellecese commented 3 years ago

Element.spacing applied to an Input.multiline appears to alter the line-height of the textarea, just like applying Element.spacing to an Element.paragraph would. However, although I don't think it's unreasonable to guess that a user might attempt this combination in order to alter the line-height of an Input.multiline, I personally didn't think to because it's not documented!