CSS: Added overflow-wrap to improve text readability.

This commit is contained in:
korutech-ai
2024-08-29 08:02:01 +12:00
parent 6a3eed6157
commit 89b95405c8

View File

@@ -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