diff --git a/wwwroot/llmusage_ioinfo_display.dspy b/wwwroot/llmusage_ioinfo_display.dspy index 59436c1..8844b4f 100644 --- a/wwwroot/llmusage_ioinfo_display.dspy +++ b/wwwroot/llmusage_ioinfo_display.dspy @@ -39,7 +39,8 @@ return { { "widgettype": "Text", "options": { - "text": ioinfo_text + "text": ioinfo_text, + "css": "padding: 0 5px; white-space: pre-wrap; word-break: break-all;" } } ] diff --git a/wwwroot/llmusage_usages_display.dspy b/wwwroot/llmusage_usages_display.dspy index aaafb04..100f729 100644 --- a/wwwroot/llmusage_usages_display.dspy +++ b/wwwroot/llmusage_usages_display.dspy @@ -43,7 +43,8 @@ return { { "widgettype": "Text", "options": { - "text": usages_text + "text": usages_text, + "css": "padding: 0 5px; white-space: pre-wrap; word-break: break-all;" } } ]