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

Commit

Permalink
Set max-width for thread summary on narrow message panel (#8520)
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul authored May 6, 2022
1 parent 46ba142 commit 4d5a063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss

.mx_MessagePanel_narrow .mx_ThreadSummary {
min-width: initial;
max-width: initial;
max-width: 100%; // prevent overflow
width: initial;
}

Expand Down

0 comments on commit 4d5a063

Please sign in to comment.