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:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-techdocs': patch
|
||||
---
|
||||
|
||||
Fixed bug in styles that caused next and previous links in footer to overlap page content.
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user