mirror of
https://github.com/mdgriffith/elm-ui.git
synced 2024-11-22 11:52:09 +03:00
add overflow-wrap breakword to paragraph
This commit is contained in:
parent
5b7dc58fb1
commit
b195afb831
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user