Skip to content

Commit

Permalink
fix(Toc): unify item line height (#1635)
Browse files Browse the repository at this point in the history
  • Loading branch information
zlobnikov authored Jun 10, 2024
1 parent ba08c66 commit 4612a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Toc/TocItem/TocItem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4612a77

Please sign in to comment.