mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 14:03:55 -05:00
Fix: Spacing again
This commit is contained in:
parent
f58e4af792
commit
7a2d3418e2
1 changed files with 3 additions and 1 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,5 +66,7 @@
|
|||
display: inline-block;
|
||||
width: 1em;
|
||||
fill: currentColor;
|
||||
margin-right: 0.25em;
|
||||
margin-bottom: 1.25em;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue