Merge pull request #19386 from gusevda/fix-techdocs-footer-link-width

[TechDocs] Fix footer links width for newer versions of mkdocs-material
This commit is contained in:
Ben Lambert
2023-08-22 09:32:57 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
@@ -120,7 +120,7 @@ export default ({ theme, sidebar }: RuleOptions) => `
.md-footer__title {
background-color: unset;
}
.md-footer-nav__link {
.md-footer-nav__link, .md-footer__link {
width: 16rem;
}