Fix: Spacing

This commit is contained in:
Luc Mcgrady 2025-06-30 21:33:30 +01:00
parent 9385036bd4
commit 4472998d4d
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

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