mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Prevent overflow of grid items on a bubble with UTD generally (#8697)
This commit is contained in:
parent
6f56471362
commit
12abbf4042
1 changed files with 7 additions and 1 deletions
|
@ -496,6 +496,13 @@ limitations under the License.
|
|||
"shield link" auto
|
||||
/ auto 1fr;
|
||||
|
||||
.mx_UnknownBody,
|
||||
.mx_EventTile_keyRequestInfo,
|
||||
.mx_ReplyChain_wrapper,
|
||||
.mx_ViewSourceEvent {
|
||||
min-width: 0; // Prevent a grid blowout
|
||||
}
|
||||
|
||||
.mx_EventTile_e2eIcon {
|
||||
grid-area: shield;
|
||||
}
|
||||
|
@ -510,7 +517,6 @@ limitations under the License.
|
|||
|
||||
.mx_ReplyChain_wrapper {
|
||||
grid-area: reply;
|
||||
min-width: 0; // Prevent a grid blowout due to nowrap displayName
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue