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

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
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

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