Fix empty column explainer getting cropped under certain conditions (#28337)

th-downstream
Claire 11 months ago committed by GitHub
parent db3220ff77
commit 3f1ec16377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save