From 4b8795969037b6a2b08f2806c2324ecd2d1a13d3 Mon Sep 17 00:00:00 2001 From: Eduard Kuzmenko Date: Thu, 8 Jul 2021 12:17:58 +0300 Subject: [PATCH] Fix placeholder's width --- src/scss/partials/_chatBubble.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/scss/partials/_chatBubble.scss b/src/scss/partials/_chatBubble.scss index 61b11fcf..51ee2a57 100644 --- a/src/scss/partials/_chatBubble.scss +++ b/src/scss/partials/_chatBubble.scss @@ -727,6 +727,11 @@ $bubble-margin: .25rem; justify-content: center; flex: 1 1 auto; align-items: center; + max-width: 100%; + + .bubble-content-wrapper { + max-width: 100%; + } &.empty-placeholder { position: absolute;