From 0e21cf26f4e337df114bbf20840221172324b850 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 27 Aug 2020 00:33:57 -0500 Subject: [PATCH] Chat link style fixes --- app/styles/chats.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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 {