From 89165d798b2dffca2a7d1f83eeb4aab0d630a5d1 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Mon, 27 Jul 2020 17:27:06 +0300 Subject: [PATCH] Add break-word on mentions popup content --- client/components/Mentions.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/components/Mentions.vue b/client/components/Mentions.vue index b83de5d7..486fab72 100644 --- a/client/components/Mentions.vue +++ b/client/components/Mentions.vue @@ -100,6 +100,8 @@ border-radius: 5px; padding: 6px; margin-top: 2px; + word-wrap: break-word; + word-break: break-word; /* Webkit-specific */ } .mentions-popup .msg-hide::before {