From a80b1d0c95e9d0d8e64df501bfb61b23ec76a95c Mon Sep 17 00:00:00 2001 From: RJ Dellecese Date: Mon, 26 Oct 2020 14:56:13 -0400 Subject: [PATCH] Add note about line-height of Input.multiline --- src/Element/Input.elm | 2 ++ 1 file changed, 2 insertions(+) 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)