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