From d014db9893c26297b859672e78b6eccce59d2665 Mon Sep 17 00:00:00 2001 From: David <33458145+davidmcpowell@users.noreply.github.com> Date: Thu, 10 Jul 2025 14:52:44 +0100 Subject: [PATCH] Merge pull request #27037 from overleaf/dp-file-outline-spacing Reduce line height for file outline items in new editor GitOrigin-RevId: 4f022a99d264b919cd591eb028eaa24664dc914a --- .../frontend/stylesheets/bootstrap-5/pages/editor/outline.scss | 2 ++ 1 file changed, 2 insertions(+) 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 cc815ea058..9d78455f61 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/outline.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/outline.scss @@ -117,6 +117,8 @@ .outline-item-link { flex-grow: 1; padding: var(--spacing-02); + font-size: var(--font-size-02); + line-height: var(--line-height-02); } }