Update app.py
Browse files
app.py
CHANGED
|
@@ -235,9 +235,10 @@ with gr.Blocks(css="""
|
|
| 235 |
font-size: 16px !important;
|
| 236 |
line-height: 1.4em !important;
|
| 237 |
min-width: 4ch !important;
|
| 238 |
-
max-width:
|
| 239 |
padding: 4px 6px !important;
|
| 240 |
border-radius: 10px !important;
|
|
|
|
| 241 |
word-break: break-word !important;
|
| 242 |
white-space: pre-wrap !important;
|
| 243 |
}
|
|
|
|
| 235 |
font-size: 16px !important;
|
| 236 |
line-height: 1.4em !important;
|
| 237 |
min-width: 4ch !important;
|
| 238 |
+
max-width: 90% !important;
|
| 239 |
padding: 4px 6px !important;
|
| 240 |
border-radius: 10px !important;
|
| 241 |
+
overflow-wrap: anywhere !important;
|
| 242 |
word-break: break-word !important;
|
| 243 |
white-space: pre-wrap !important;
|
| 244 |
}
|