Fix: Spacing again

This commit is contained in:
Luc Mcgrady 2025-07-02 16:21:11 +01:00
parent f58e4af792
commit 7a2d3418e2
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -25,7 +25,7 @@
{#if item.help}
{#if item.global}
<div class="icon">
<Icon icon={mdiEarth} />&ThickSpace;
<Icon icon={mdiEarth} />
</div>
{/if}
{@html renderMarkdown(item.help)}
@ -66,5 +66,7 @@
display: inline-block;
width: 1em;
fill: currentColor;
margin-right: 0.25em;
margin-bottom: 1.25em;
}
</style>