mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-01 05:11:19 -08:00
add break-word for geninfo in pnginfo
This commit is contained in:
parent
53712c623f
commit
9fb7b07b2b
1 changed files with 4 additions and 0 deletions
|
|
@ -1685,6 +1685,10 @@ body.resizing .resize-handle {
|
|||
--pnginfo-copy-background:#22c922;
|
||||
}
|
||||
|
||||
.pnginfo-page {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
/* 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