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;