diff --git a/client/ui/custom-elements/chat-mention.ts b/client/ui/custom-elements/chat-mention.ts index 97c6865..0c7d761 100644 --- a/client/ui/custom-elements/chat-mention.ts +++ b/client/ui/custom-elements/chat-mention.ts @@ -14,7 +14,6 @@ customElements.define('chat-mention', class extends HTMLElement { const shadow = this.shadowRoot as ShadowRoot this.span = document.createElement('span') - this.span.style.whiteSpace = 'pre-wrap' this.span.style.fontSynthesis = 'style weight' this.span.style.color = 'rgb(var(--mdui-color-primary))' shadow.appendChild(this.span)