mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-25 19:15:09 +03:00
fix regression of multiline input due to text wrapping changes
This commit is contained in:
parent
d0a46aedc7
commit
5d476eda82
@ -1571,7 +1571,7 @@ baseSheet =
|
||||
)
|
||||
]
|
||||
, Descriptor (dot classes.inputMultiline)
|
||||
[ Prop "white-space" "pre-wrap"
|
||||
[ Prop "white-space" "pre-wrap !important"
|
||||
, Prop "height" "100%"
|
||||
, Prop "width" "100%"
|
||||
, Prop "background-color" "transparent"
|
||||
@ -1591,10 +1591,10 @@ baseSheet =
|
||||
[ Prop "flex-basis" "auto" ]
|
||||
]
|
||||
, Descriptor (dot classes.inputMultilineParent)
|
||||
[ Prop "white-space" "pre-wrap"
|
||||
[ Prop "white-space" "pre-wrap !important"
|
||||
, Prop "cursor" "text"
|
||||
, Child (dot classes.inputMultilineFiller)
|
||||
[ Prop "white-space" "pre-wrap"
|
||||
[ Prop "white-space" "pre-wrap !important"
|
||||
, Prop "color" "transparent"
|
||||
]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user