diff --git a/app/styles/chats.scss b/app/styles/chats.scss index 3fb237369..56034e9f1 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -110,6 +110,12 @@ max-width: 70%; border-radius: 10px; background-color: var(--background-color); + overflow: hidden; + text-overflow: ellipsis; + + a { + color: var(--brand-color--hicontrast); + } } &--me .chat-message__bubble {