mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-20 17:11:45 +01:00
Fix empty column explainer getting cropped under certain conditions (#28337)
This commit is contained in:
parent
279be07679
commit
7abc61887f
@ -4493,11 +4493,6 @@ a.status-card {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
@supports (display: grid) {
|
|
||||||
// hack to fix Chrome <57
|
|
||||||
contain: strict;
|
|
||||||
}
|
|
||||||
|
|
||||||
& > span {
|
& > span {
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user