mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-01 05:11:19 -08:00
preserve white spaces
This commit is contained in:
parent
400dd32769
commit
5968b875cf
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue