We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f56471 commit 12abbf4Copy full SHA for 12abbf4
res/css/views/rooms/_EventBubbleTile.scss
@@ -496,6 +496,13 @@ limitations under the License.
496
"shield link" auto
497
/ auto 1fr;
498
499
+ .mx_UnknownBody,
500
+ .mx_EventTile_keyRequestInfo,
501
+ .mx_ReplyChain_wrapper,
502
+ .mx_ViewSourceEvent {
503
+ min-width: 0; // Prevent a grid blowout
504
+ }
505
+
506
.mx_EventTile_e2eIcon {
507
grid-area: shield;
508
}
@@ -510,7 +517,6 @@ limitations under the License.
510
517
511
518
.mx_ReplyChain_wrapper {
512
519
grid-area: reply;
513
- min-width: 0; // Prevent a grid blowout due to nowrap displayName
514
520
515
521
516
522
0 commit comments