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.help}
|
||||||
{#if item.global}
|
{#if item.global}
|
||||||
<div class="icon">
|
<div class="icon">
|
||||||
<Icon icon={mdiEarth} />
|
<Icon icon={mdiEarth} /> 
|
||||||
</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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue