mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Fix grid blowout on pinned event tiles (#8816)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
4653394a1f
commit
c5bc91291d
@ -34,6 +34,14 @@ limitations under the License.
|
|||||||
border-top: 1px solid $menu-border-color;
|
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 {
|
.mx_PinnedEventTile_senderAvatar {
|
||||||
grid-area: avatar;
|
grid-area: avatar;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user