From 03062c6c58d5189e007d1b09dad44efc245371c0 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 1 May 2022 12:34:32 +0000 Subject: [PATCH] Fix poll overflowing a reply tile on bubble message layout Signed-off-by: Suguru Hirahara --- res/css/views/rooms/_EventBubbleTile.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index 4104ae42733..93b5c789d76 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -406,6 +406,7 @@ limitations under the License. .mx_MPollBody { width: 550px; // to prevent timestamp overlapping summary text + max-width: 100%; // prevent overflowing a reply tile .mx_MPollBody_totalVotes { // align summary text with corner timestamp