mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-27 23:31:16 -07:00
fix output-html text overflow.
This commit is contained in:
parent
a9fed7c364
commit
e5dd5d7335
1 changed files with 4 additions and 1 deletions
|
|
@ -37,7 +37,10 @@
|
|||
cursor: default;
|
||||
}
|
||||
|
||||
.output-html p {margin: 0 0.5em;}
|
||||
.output-html p {
|
||||
margin: 0 0.5em;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.row > *,
|
||||
.row > .gr-form > * {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue