add overflow-wrap breakword to paragraph

This commit is contained in:
mdgriffith 2020-05-20 22:44:58 -04:00
parent 5b7dc58fb1
commit b195afb831

View File

@ -1606,6 +1606,7 @@ baseSheet =
, Descriptor (dot classes.paragraph)
[ Prop "display" "block"
, Prop "white-space" "normal"
, Prop "overflow-wrap" "break-word"
, Descriptor (dot classes.hasBehind)
[ Prop "z-index" "0"
, Child (dot classes.behind)