Skip to content

Commit

Permalink
preserve white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
w-e-w committed Oct 20, 2024
1 parent 400dd32 commit 5968b87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5968b87

Please sign in to comment.