Work around footer issue

pull/49031/head
Tim Bannister 2024-12-31 06:25:06 +00:00
parent 48044c5594
commit 6c973aec73
No known key found for this signature in database
GPG Key ID: 31BA93F2DB289EFE
1 changed files with 5 additions and 0 deletions

View File

@ -1977,4 +1977,9 @@ section.k8s-birthday-override:has(div.k8s-birthday-override.revert-to-previous i
@extend .table;
}
}
}
// Work around issue surfaced in k/website PR #49031
body.cid-partners .td-outer, body.cid-community .td-outer {
height: initial;
}