Wrap long words in train of thought shown on web app

This commit is contained in:
Debanjum
2025-08-20 12:32:24 -07:00
parent fb0347a388
commit 13d26ae8b8

View File

@@ -17,6 +17,14 @@ div.trainOfThought {
margin: 12px; margin: 12px;
} }
/* If there is an inline element holding extremely long content, ensure it wraps */
div.trainOfThought pre,
div.trainOfThought code,
div.trainOfThought p,
div.trainOfThought span {
overflow-wrap: anywhere;
}
/* Print-specific styles for chat history */ /* Print-specific styles for chat history */
@media print { @media print {
div.chatHistory { div.chatHistory {