Skip to content

Commit

Permalink
fix: (platform) platform split button icons example (#3771)
Browse files Browse the repository at this point in the history
  • Loading branch information
Betrozov committed Nov 9, 2020
1 parent 451e2f2 commit 5c49fed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
title="option with longer text gets truncated" menuTitle="More options" [fixedWidth]="false"
(primaryButtonClick)="onPrimaryButtonClick2()">
</fdp-split-menu-button>
<fdp-menu #menu2 xPosition="before">
<fdp-menu #menu2 xPosition="before" contentDensity="compact">
<fdp-menu-item (itemSelect)="onItemSelect2('Option 1')">Option 1</fdp-menu-item>
<fdp-menu-item (itemSelect)="onItemSelect2('Option 2 with long text')">Option 2 with long text</fdp-menu-item>
</fdp-menu>
Expand Down

0 comments on commit 5c49fed

Please sign in to comment.