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

Commit

Permalink
Fix grid blowout on pinned event tiles (#8816)
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul committed Jun 17, 2022
1 parent 4653394 commit c5bc912
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions res/css/views/rooms/_PinnedEventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ limitations under the License.
border-top: 1px solid $menu-border-color;
}

.mx_PinnedEventTile_senderAvatar,
.mx_PinnedEventTile_sender,
.mx_PinnedEventTile_unpinButton,
.mx_PinnedEventTile_message,
.mx_PinnedEventTile_footer {
min-width: 0; // Prevent a grid blowout
}

.mx_PinnedEventTile_senderAvatar {
grid-area: avatar;
}
Expand Down

0 comments on commit c5bc912

Please sign in to comment.