Skip to content

Commit bb4cbaf

Browse files
authored
Merge pull request AUTOMATIC1111#16341 from gutris1/devv
add break-word for geninfo in pnginfo
2 parents c462e5a + 9677b09 commit bb4cbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/extras.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def run_pnginfo(image):
2323
info = ''
2424
for key, text in items.items():
2525
info += f"""
26-
<div>
26+
<div class="infotext">
2727
<p><b>{plaintext_to_html(str(key))}</b></p>
2828
<p>{plaintext_to_html(str(text))}</p>
2929
</div>

0 commit comments

Comments
 (0)