mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-07 12:16:14 +08:00
* fix: don't break words * fix: don't break words as much as possible, but when the width is not enough, will still break --------- Co-authored-by: josc146 <josStorer@outlook.com>
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
border-radius: 8px;
|
||||
word-break: break-all;
|
||||
word-break: break-word;
|
||||
|
||||
pre {
|
||||
margin-top: 10px;
|
||||
|
||||
Reference in New Issue
Block a user