From 63ca134fc515fe01877bf522a95df31d7a603c31 Mon Sep 17 00:00:00 2001 From: David <33458145+davidmcpowell@users.noreply.github.com> Date: Thu, 17 Jul 2025 10:33:55 +0100 Subject: [PATCH] Merge pull request #27182 from overleaf/dp-file-outline-spacing Fix nesting of file outline GitOrigin-RevId: b18e5eca9bdfb2c01c244e3843d0ae38041a7378 --- .../frontend/stylesheets/bootstrap-5/pages/editor/outline.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/outline.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/outline.scss index 9d78455f61..f915f16994 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/outline.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/outline.scss @@ -111,7 +111,7 @@ } .outline-item-no-children { - padding-left: 0; + padding-left: 26px; } .outline-item-link {