preserve white spaces

This commit is contained in:
w-e-w 2024-10-20 11:23:24 +09:00
parent 400dd32769
commit 5968b875cf

View File

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