mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-29 07:18:39 +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)
|
, Descriptor (dot classes.inputMultiline)
|
||||||
[ Prop "white-space" "pre-wrap"
|
[ Prop "white-space" "pre-wrap !important"
|
||||||
, Prop "height" "100%"
|
, Prop "height" "100%"
|
||||||
, Prop "width" "100%"
|
, Prop "width" "100%"
|
||||||
, Prop "background-color" "transparent"
|
, Prop "background-color" "transparent"
|
||||||
@ -1591,10 +1591,10 @@ baseSheet =
|
|||||||
[ Prop "flex-basis" "auto" ]
|
[ Prop "flex-basis" "auto" ]
|
||||||
]
|
]
|
||||||
, Descriptor (dot classes.inputMultilineParent)
|
, Descriptor (dot classes.inputMultilineParent)
|
||||||
[ Prop "white-space" "pre-wrap"
|
[ Prop "white-space" "pre-wrap !important"
|
||||||
, Prop "cursor" "text"
|
, Prop "cursor" "text"
|
||||||
, Child (dot classes.inputMultilineFiller)
|
, Child (dot classes.inputMultilineFiller)
|
||||||
[ Prop "white-space" "pre-wrap"
|
[ Prop "white-space" "pre-wrap !important"
|
||||||
, Prop "color" "transparent"
|
, Prop "color" "transparent"
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user