From 18995363d02f98a32585c2d7a7013ae649ab7cda Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 1 Feb 2022 09:27:14 +0000 Subject: [PATCH] Make polls fill column width in bubbles layout (#7661) --- res/css/views/rooms/_EventBubbleTile.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/res/css/views/rooms/_EventBubbleTile.scss b/res/css/views/rooms/_EventBubbleTile.scss index 0bb779c4d1..57e95238fe 100644 --- a/res/css/views/rooms/_EventBubbleTile.scss +++ b/res/css/views/rooms/_EventBubbleTile.scss @@ -387,6 +387,15 @@ limitations under the License. } } + .mx_MPollBody { + width: 550px; // to prevent timestamp overlapping summary text + + .mx_MPollBody_totalVotes { + // align summary text with corner timestamp + padding: 4px 0; + } + } + .mx_EditMessageComposer_buttons { position: static; padding: 0;