mirror of https://github.com/vector-im/riot-web
Fix grid blowout on pinned event tiles (#8816)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>pull/28788/head^2
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