mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 22:41:07 +02:00
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:
parent
46ba14219c
commit
4d5a063cda
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user