Wanswan commited on
Commit
f79f1da
·
verified ·
1 Parent(s): a19c844

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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: 94% !important;
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
  }