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

Commit 4d5a063

Browse files
authored
Set max-width for thread summary on narrow message panel (#8520)
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 46ba142 commit 4d5a063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_EventTile.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
704704

705705
.mx_MessagePanel_narrow .mx_ThreadSummary {
706706
min-width: initial;
707-
max-width: initial;
707+
max-width: 100%; // prevent overflow
708708
width: initial;
709709
}
710710

0 commit comments

Comments
 (0)