mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Fix: Spacing
This commit is contained in:
parent
9385036bd4
commit
4472998d4d
1 changed files with 1 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
{#if item.help}
|
||||
{#if item.global}
|
||||
<div class="icon">
|
||||
<Icon icon={mdiEarth} />
|
||||
<Icon icon={mdiEarth} /> 
|
||||
</div>
|
||||
{/if}
|
||||
{@html renderMarkdown(item.help)}
|
||||
|
|
@ -66,6 +66,5 @@
|
|||
display: inline-block;
|
||||
width: 1em;
|
||||
fill: currentColor;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue