Fix a grid blowout due to nowrap displayName on a bubble with UTD (#8688)

pull/28217/head
Suguru Hirahara 2022-05-25 04:50:36 +00:00 committed by GitHub
parent 412c207b23
commit 8afb1abd36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -493,17 +493,22 @@ limitations under the License.
"shield body" auto
"shield link" auto
/ auto 1fr;
.mx_EventTile_e2eIcon {
grid-area: shield;
}
.mx_UnknownBody {
grid-area: body;
}
.mx_EventTile_keyRequestInfo {
grid-area: link;
}
.mx_ReplyChain_wrapper {
grid-area: reply;
min-width: 0; // Prevent a grid blowout due to nowrap displayName
}
}