add break-word for geninfo in pnginfo

This commit is contained in:
w-e-w 2024-10-20 08:27:12 +09:00
parent 53712c623f
commit 9fb7b07b2b

View File

@ -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);