1
0
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:
Suguru Hirahara
2022-05-06 17:56:22 +00:00
committed by GitHub
parent 46ba14219c
commit 4d5a063cda

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