Skip to content

Commit

Permalink
Fix menu icon alignment (#6957)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK authored Dec 18, 2024
1 parent d908622 commit bdf98dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
@if (item.Icon != null)
{
<span slot="start">
<FluentIcon Value="@item.Icon" Style="vertical-align: middle;" Width="16px" />
<FluentIcon Value="@item.Icon" Style="vertical-align: text-bottom;" Width="16px" />
</span>
}
</FluentMenuItem>
Expand Down

0 comments on commit bdf98dd

Please sign in to comment.