Skip to content

Commit

Permalink
Fix menu alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
aheber committed Jan 23, 2024
1 parent c73a370 commit 3e6d68b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dlrs/main/lwc/rollupEditor/rollupEditor.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@
onclick={deactivateClickHandler}
if:true={rollupCanBeDeactivated}
></lightning-button>
<lightning-button-menu alternative-text="Show more" lwc:if={rollup.Id}>
<lightning-button-menu
alternative-text="Show more"
menu-alignment="right"
lwc:if={rollup.Id}
>
<lightning-menu-item
label="Clone"
lwc:if={rollup.Id}
Expand Down

0 comments on commit 3e6d68b

Please sign in to comment.