Skip to content

Commit

Permalink
[Glitch] Fix empty column explainer getting cropped under certain con…
Browse files Browse the repository at this point in the history
…ditions

Port 3f1ec16 to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
ClearlyClaire committed Dec 21, 2023
1 parent a60b9ac commit 7a0be26
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/javascript/flavours/glitch/styles/components/columns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -658,10 +658,6 @@ $ui-header-height: 55px;
flex: 1 1 auto;
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 7a0be26

Please sign in to comment.