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

Commit 12abbf4

Browse files
authored
Prevent overflow of grid items on a bubble with UTD generally (#8697)
1 parent 6f56471 commit 12abbf4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,13 @@ limitations under the License.
496496
"shield link" auto
497497
/ auto 1fr;
498498

499+
.mx_UnknownBody,
500+
.mx_EventTile_keyRequestInfo,
501+
.mx_ReplyChain_wrapper,
502+
.mx_ViewSourceEvent {
503+
min-width: 0; // Prevent a grid blowout
504+
}
505+
499506
.mx_EventTile_e2eIcon {
500507
grid-area: shield;
501508
}
@@ -510,7 +517,6 @@ limitations under the License.
510517

511518
.mx_ReplyChain_wrapper {
512519
grid-area: reply;
513-
min-width: 0; // Prevent a grid blowout due to nowrap displayName
514520
}
515521
}
516522

0 commit comments

Comments
 (0)