From 6aab68b3c4b2797e5d057ea53c8301b2af82c407 Mon Sep 17 00:00:00 2001 From: hole-thu Date: Sun, 23 Oct 2022 13:33:58 +0800 Subject: [PATCH] fix word-break --- src/infrastructure/global.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/infrastructure/global.css b/src/infrastructure/global.css index 153d8e60..96051c78 100644 --- a/src/infrastructure/global.css +++ b/src/infrastructure/global.css @@ -18,6 +18,7 @@ pre { * { box-sizing: border-box; word-wrap: break-word; + word-break: break-word; -webkit-overflow-scrolling: touch; }