Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
S
Stable Diffusion Webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
novelai-storage
Stable Diffusion Webui
Commits
616cc13b
Commit
616cc13b
authored
Mar 25, 2023
by
AUTOMATIC
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update overflow-wrap: break-word; for gradio 3.23
parent
bb851e84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/ui_common.py
modules/ui_common.py
+2
-2
style.css
style.css
+1
-1
No files found.
modules/ui_common.py
View file @
616cc13b
...
...
@@ -149,7 +149,7 @@ Requested path was: {f}
download_files
=
gr
.
File
(
None
,
file_count
=
"multiple"
,
interactive
=
False
,
show_label
=
False
,
visible
=
False
,
elem_id
=
f
'download_files_{tabname}'
)
with
gr
.
Group
():
html_info
=
gr
.
HTML
(
elem_id
=
f
'html_info_{tabname}'
)
html_info
=
gr
.
HTML
(
elem_id
=
f
'html_info_{tabname}'
,
elem_classes
=
"infotext"
)
html_log
=
gr
.
HTML
(
elem_id
=
f
'html_log_{tabname}'
)
generation_info
=
gr
.
Textbox
(
visible
=
False
,
elem_id
=
f
'generation_info_{tabname}'
)
...
...
@@ -196,7 +196,7 @@ Requested path was: {f}
else
:
html_info_x
=
gr
.
HTML
(
elem_id
=
f
'html_info_x_{tabname}'
)
html_info
=
gr
.
HTML
(
elem_id
=
f
'html_info_{tabname}'
)
html_info
=
gr
.
HTML
(
elem_id
=
f
'html_info_{tabname}'
,
elem_classes
=
"infotext"
)
html_log
=
gr
.
HTML
(
elem_id
=
f
'html_log_{tabname}'
)
paste_field_names
=
[]
...
...
style.css
View file @
616cc13b
...
...
@@ -295,7 +295,7 @@ div.dimensions-tools{
min-width
:
auto
;
}
.
output-html
p
{
.
infotext
{
overflow-wrap
:
break-word
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment