mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-22 20:55:17 +03:00
Merge pull request #263 from rjdellecese/patch-1
Add note about altering line-height of Input.multiline
This commit is contained in:
commit
7919c5e4f4
@ -1565,6 +1565,8 @@ email =
|
|||||||
|
|
||||||
By default it will have a minimum height of one line and resize based on it's contents.
|
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 :
|
multiline :
|
||||||
List (Attribute msg)
|
List (Attribute msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user