Center menu item icons

This commit is contained in:
Andrew Kingston 2021-05-07 08:36:05 +01:00
parent 9f39690eb1
commit 9a69a7ed37
1 changed files with 6 additions and 0 deletions

View File

@ -37,3 +37,9 @@
{/if}
<span class="spectrum-Menu-itemLabel"><slot /></span>
</li>
<style>
.spectrum-Menu-itemIcon {
align-self: center;
}
</style>