Skip to content

Commit

Permalink
fix fixed width class
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Mar 25, 2024
1 parent 63e4837 commit 2248277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sidebar/SidebarToc.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
>
<a class="nav-link py-1 ps-3 text-body-secondary" href={'#' + heading.slug}>
{#if heading.fa_icon}
<i class={heading.fa_icon + ' fa-w'} aria-hidden="true" />
<i class={heading.fa_icon + ' fa-fw '} aria-hidden="true" />
{/if}
{@html heading.text}
</a>
Expand Down

0 comments on commit 2248277

Please sign in to comment.