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

Commit

Permalink
Prevent overflow of grid items on a bubble with UTD generally (#8697)
Browse files Browse the repository at this point in the history
  • Loading branch information
luixxiul authored May 27, 2022
1 parent 6f56471 commit 12abbf4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -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
}
}

Expand Down

0 comments on commit 12abbf4

Please sign in to comment.