Merge pull request #27037 from overleaf/dp-file-outline-spacing

Reduce line height for file outline items in new editor

GitOrigin-RevId: 4f022a99d264b919cd591eb028eaa24664dc914a
This commit is contained in:
David
2025-07-11 08:06:28 +00:00
committed by Copybot
parent f0d2df3c43
commit d014db9893
@@ -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);
}
}