1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

Center menu item icons

This commit is contained in:
Andrew Kingston 2021-05-07 08:36:05 +01:00
parent 9f39690eb1
commit 9a69a7ed37

View file

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