From 750cfed89b0cfbd57b0fcf7258773c2c6a8e70a1 Mon Sep 17 00:00:00 2001 From: jetstream0 <49297268+jetstream0@users.noreply.github.com> Date: Wed, 2 Aug 2023 09:40:27 -0700 Subject: [PATCH] change to overflow wrap --- static/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {