[Glitch] Fix empty column explainer getting cropped under certain conditions

Port 3f1ec16377 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
master
Claire 2023-12-12 15:31:37 +01:00
parent a60b9acf3c
commit 7a0be26367
1 changed files with 0 additions and 4 deletions

View File

@ -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;