diff --git a/static/styles/global.css b/static/styles/global.css index 4013a14..2f5dae4 100644 --- a/static/styles/global.css +++ b/static/styles/global.css @@ -4,7 +4,7 @@ body, html { } body { - word-break: break-all; + overflow-wrap: break-word; } #main {