mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-25 14:28:59 +08:00
preserve white spaces
This commit is contained in:
parent
400dd32769
commit
5968b875cf
@ -1689,6 +1689,12 @@ body.resizing .resize-handle {
|
|||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#pnginfo-positive,
|
||||||
|
#pnginfo-negative,
|
||||||
|
#pnginfo-settings {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
/* PngInfo styles */
|
/* PngInfo styles */
|
||||||
.pnginfo-page p span.geninfo-setting-name {
|
.pnginfo-page p span.geninfo-setting-name {
|
||||||
font-weight: var(--weight-semibold);
|
font-weight: var(--weight-semibold);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user