You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-09 08:42:50 +03: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:
@@ -704,7 +704,7 @@ $threadInfoLineHeight: calc(2 * $font-12px); // See: _commons.scss
|
|||||||
|
|
||||||
.mx_MessagePanel_narrow .mx_ThreadSummary {
|
.mx_MessagePanel_narrow .mx_ThreadSummary {
|
||||||
min-width: initial;
|
min-width: initial;
|
||||||
max-width: initial;
|
max-width: 100%; // prevent overflow
|
||||||
width: initial;
|
width: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user