diff --git a/src/Element/Input.elm b/src/Element/Input.elm index ce015ae..13ec961 100644 --- a/src/Element/Input.elm +++ b/src/Element/Input.elm @@ -1565,6 +1565,8 @@ email = By default it will have a minimum height of one line and resize based on it's contents. +Use `Element.spacing` to change its line-height. + -} multiline : List (Attribute msg)