diff --git a/app/templates/support/_transcript.html b/app/templates/support/_transcript.html index f546a84..4e80e82 100644 --- a/app/templates/support/_transcript.html +++ b/app/templates/support/_transcript.html @@ -8,22 +8,20 @@ padding:.45rem .7rem; border-radius:.9rem; font-size:.85rem; - line-height:1.45; - white-space:pre-wrap; + line-height:1.4; word-break:break-word; } .cbubble-user { background:#0d6efd; color:#fff; border-bottom-right-radius:.2rem; } .cbubble-ai { background:#fff; border:1px solid #dee2e6; border-bottom-left-radius:.2rem; } - .cbubble-meta { font-size:.66rem; opacity:.55; margin-top:.2rem; } + .cbubble-text { white-space:pre-wrap; } + .cbubble-meta { font-size:.66rem; opacity:.55; margin-top:.15rem; }