Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 8afb1ab

Browse files
authored
Fix a grid blowout due to nowrap displayName on a bubble with UTD (#8688)
1 parent 412c207 commit 8afb1ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,17 +493,22 @@ limitations under the License.
493493
"shield body" auto
494494
"shield link" auto
495495
/ auto 1fr;
496+
496497
.mx_EventTile_e2eIcon {
497498
grid-area: shield;
498499
}
500+
499501
.mx_UnknownBody {
500502
grid-area: body;
501503
}
504+
502505
.mx_EventTile_keyRequestInfo {
503506
grid-area: link;
504507
}
508+
505509
.mx_ReplyChain_wrapper {
506510
grid-area: reply;
511+
min-width: 0; // Prevent a grid blowout due to nowrap displayName
507512
}
508513
}
509514

0 commit comments

Comments
 (0)