Set max-width for thread summary on narrow message panel ()

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
pull/28788/head^2
Suguru Hirahara 2022-05-06 17:56:22 +00:00 committed by GitHub
parent 46ba14219c
commit 4d5a063cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
res/css/views/rooms

View File

@ -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;
}