From 5968b875cf5befcb3c93226f622c38df5923cd19 Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Sun, 20 Oct 2024 11:23:24 +0900 Subject: [PATCH] preserve white spaces --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 4a710994158..a841d3d897c 100644 --- a/style.css +++ b/style.css @@ -1689,6 +1689,12 @@ body.resizing .resize-handle { overflow-wrap: break-word; } +#pnginfo-positive, +#pnginfo-negative, +#pnginfo-settings { + white-space: pre-wrap; +} + /* PngInfo styles */ .pnginfo-page p span.geninfo-setting-name { font-weight: var(--weight-semibold);