Skip to content

Commit

Permalink
fix(admin-ui): Fix channel switcher icon style
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Aug 30, 2023
1 parent a203e50 commit 7f30361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<span class="channel-label">{{
activeChannelCode$ | async | channelCodeToLabel | translate
}}</span>
<span class="trigger"><clr-icon shape="ellipsis-vertical"></clr-icon></span>
<span class="trigger"><clr-icon shape="ellipsis-vertical" size="12"></clr-icon></span>
</button>
<vdr-dropdown-menu vdrPosition="bottom-right">
<input
Expand Down

0 comments on commit 7f30361

Please sign in to comment.