Merge "[Zebra] Align sidebar TOC with main menu"

This commit is contained in:
jenkins-bot 2023-11-21 17:10:20 +00:00 committed by Gerrit Code Review
commit b64b137223

View file

@ -1,3 +1,8 @@
.mw-table-of-contents-container.vector-sticky-pinned-container {
// Aligns the text of the sidebar TOC with the main menu.
margin-left: -@toc-list-item-padding-start;
}
.mw-table-of-contents-container {
// Needed for Grid-based layout
align-self: start;