mirror of
https://github.com/typeable/elm-ui.git
synced 2024-11-27 14:35:05 +03:00
multiline text should always be pre-wrap
This commit is contained in:
parent
5e279d8161
commit
bd54d22b6a
@ -1522,6 +1522,9 @@ baseSheet =
|
||||
]
|
||||
, Descriptor (dot classes.inputMultiline)
|
||||
[ Prop "white-space" "pre-wrap"
|
||||
, Descriptor (dot classes.paragraph)
|
||||
[ Prop "white-space" "pre-wrap"
|
||||
]
|
||||
]
|
||||
, Descriptor (dot classes.paragraph)
|
||||
[ Prop "display" "block"
|
||||
|
Loading…
Reference in New Issue
Block a user