From 24945415e8af53c4e2ca98b9d622a8c881164abe Mon Sep 17 00:00:00 2001 From: hankhjliao Date: Sat, 17 Feb 2024 02:21:06 +0800 Subject: [PATCH] Add content overflow-wrap break-word --- assets/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/custom.css b/assets/css/custom.css index 8ce8251..6118480 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -29,6 +29,10 @@ table { overflow-x: auto; } +.content { + overflow-wrap: break-word; +} + #footnote-div p { margin: 0; }