Center menu item icons

This commit is contained in:
Andrew Kingston 2021-05-07 08:36:05 +01:00
parent be04060ff1
commit f57cfe70ce
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>