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

Commit

Permalink
Fix a grid blowout due to nowrap displayName on a bubble with UTD (#8688
Browse files Browse the repository at this point in the history
)
  • Loading branch information
luixxiul committed May 25, 2022
1 parent 412c207 commit 8afb1ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

Expand Down

0 comments on commit 8afb1ab

Please sign in to comment.