multiline text should always be pre-wrap

This commit is contained in:
Matthew Griffith 2019-06-19 20:00:33 -04:00
parent 5e279d8161
commit bd54d22b6a

View File

@ -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"