mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Wrap long words in train of thought shown on web app
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user