mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-25 14:28:59 +08:00
add break-word for geninfo in pnginfo
This commit is contained in:
parent
53712c623f
commit
9fb7b07b2b
@ -1685,6 +1685,10 @@ body.resizing .resize-handle {
|
|||||||
--pnginfo-copy-background:#22c922;
|
--pnginfo-copy-background:#22c922;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pnginfo-page {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
|
|
||||||
/* 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