Background
Dialog and Popover both have properties to stack the actions vertically. This feature is ideal for smaller screens and touch devices. Currently, the property is not automatically applied on smaller screens.
Goal
Make Dialog and Popover more responsive by default by automatically applying the stackedActions prop at the min-width-breakpoint-mobile or min-width-breakpoint-tablet breakpoint, whichever we decide works better during implementation.
Acceptance criteria
- Dialog and Popover automatically apply the stackedActions prop at the appropriate breakpoint



