CSS: Added overflow-wrap to improve text readability.
This commit is contained in:
@@ -2782,7 +2782,8 @@ class ModelInfo {
|
|||||||
"display": noteText == "" ? "none" : "flex",
|
"display": noteText == "" ? "none" : "flex",
|
||||||
"height": "100%",
|
"height": "100%",
|
||||||
"min-height": "60px",
|
"min-height": "60px",
|
||||||
"overflow": "scroll"
|
"overflow": "scroll",
|
||||||
|
"overflow-wrap": "anywhere"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
markdown
|
markdown
|
||||||
|
|||||||
Reference in New Issue
Block a user