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
Fix a grid blowout due to nowrap displayName on a bubble with UTD (#8688)
This commit is contained in:
@@ -493,17 +493,22 @@ limitations under the License.
|
|||||||
"shield body" auto
|
"shield body" auto
|
||||||
"shield link" auto
|
"shield link" auto
|
||||||
/ auto 1fr;
|
/ auto 1fr;
|
||||||
|
|
||||||
.mx_EventTile_e2eIcon {
|
.mx_EventTile_e2eIcon {
|
||||||
grid-area: shield;
|
grid-area: shield;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_UnknownBody {
|
.mx_UnknownBody {
|
||||||
grid-area: body;
|
grid-area: body;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_keyRequestInfo {
|
.mx_EventTile_keyRequestInfo {
|
||||||
grid-area: link;
|
grid-area: link;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_ReplyChain_wrapper {
|
.mx_ReplyChain_wrapper {
|
||||||
grid-area: reply;
|
grid-area: reply;
|
||||||
|
min-width: 0; // Prevent a grid blowout due to nowrap displayName
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user