Skip to content

Commit

Permalink
Fix empty column explainer getting cropped under certain conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Dec 12, 2023
1 parent a8a5c65 commit 681ab72
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 681ab72

Please sign in to comment.