From 3dc095c3675ea1e630853730a5af31cfe34d1f34 Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Sun, 20 Oct 2024 10:22:03 +0900 Subject: [PATCH] pnginfo overflow-wrap: break-word --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index f1bf9b2f8b4..4a710994158 100644 --- a/style.css +++ b/style.css @@ -1685,6 +1685,10 @@ body.resizing .resize-handle { --pnginfo-copy-background:#22c922; } +.pnginfo-page { + overflow-wrap: break-word; +} + /* PngInfo styles */ .pnginfo-page p span.geninfo-setting-name { font-weight: var(--weight-semibold);