Skip to content

Commit

Permalink
Update fsc_actionList3.html
Browse files Browse the repository at this point in the history
Fixes issue with actions not showing entire text when in menu mode on flow flex card
  • Loading branch information
jdayment authored Feb 8, 2024
1 parent 78ba287 commit bd0fad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<template>

<template if:true={displayMenu}>
<lightning-button-menu label={buttonLabel} alternative-text="Actions"
<lightning-button-menu label={buttonLabel} alternative-text="Actions" menu-alignment="right"
tooltip="List of available actions for this specific record click on the name of the action to launch"
onselect={handleMenuClick}>

Expand Down

0 comments on commit bd0fad2

Please sign in to comment.