From 708d2688ff3605708ea465a905edbcd9794ee87b Mon Sep 17 00:00:00 2001 From: Nithin David Thomas Date: Sat, 22 Feb 2020 15:32:15 +0530 Subject: [PATCH] Bug: Fix URL text overflow (#537) --- app/javascript/widget/components/UserMessageBubble.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/javascript/widget/components/UserMessageBubble.vue b/app/javascript/widget/components/UserMessageBubble.vue index a391636f6..28106abdf 100755 --- a/app/javascript/widget/components/UserMessageBubble.vue +++ b/app/javascript/widget/components/UserMessageBubble.vue @@ -49,11 +49,12 @@ export default { a { color: $color-primary; + word-break: break-all; } &.user { border-bottom-right-radius: $space-smaller; - + a { color: $color-white; }