From 88d57bd2b65eecc9ffee8cf4a410476ab8832f7a Mon Sep 17 00:00:00 2001 From: zlobnikov Date: Mon, 10 Jun 2024 18:22:21 +0300 Subject: [PATCH] feat(Toc): unify line height --- src/components/Toc/TocItem/TocItem.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Toc/TocItem/TocItem.scss b/src/components/Toc/TocItem/TocItem.scss index 02460ba4f..eeda96d70 100644 --- a/src/components/Toc/TocItem/TocItem.scss +++ b/src/components/Toc/TocItem/TocItem.scss @@ -22,7 +22,7 @@ $block: '.#{variables.$ns}toc-item'; display: flex; align-items: center; padding: 6px 6px 6px 12px; - min-height: 28px; + min-height: 18px; color: var(--g-color-text-secondary); border-inline-start: 2px solid transparent;