Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 4831129

Browse files
authored
Fix poll overflowing a reply tile on bubble message layout (#8459)
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 4a04be6 commit 4831129

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ limitations under the License.
406406

407407
.mx_MPollBody {
408408
width: 550px; // to prevent timestamp overlapping summary text
409+
max-width: 100%; // prevent overflowing a reply tile
409410

410411
.mx_MPollBody_totalVotes {
411412
// align summary text with corner timestamp

0 commit comments

Comments
 (0)