From 6cc98aa449b3ace3c238aaba49ce934b93623cb9 Mon Sep 17 00:00:00 2001 From: bwang Date: Wed, 4 May 2022 12:02:03 -0500 Subject: [PATCH] Fix Sidebar.less auto merge commit Auto merge commit for the 'Adjust table of contents margins at 1000-1200 breakpoint' patch incorrectly deleted a line from Sidebar.less. I need that deletion in 789210, because it will be backported later today https://phabricator.wikimedia.org/F35103224 Change-Id: I0404c02d71160ec4537e49fc77489a8a5027a183 --- resources/skins.vector.styles/components/Sidebar.less | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/skins.vector.styles/components/Sidebar.less b/resources/skins.vector.styles/components/Sidebar.less index 13db5b0e..4e60c742 100644 --- a/resources/skins.vector.styles/components/Sidebar.less +++ b/resources/skins.vector.styles/components/Sidebar.less @@ -43,6 +43,7 @@ } .sidebar-toc { + position: relative; margin-top: @top-margin-sidebar-toc_title_inline; }