<!--- Provide a general summary of the issue in the Title above --> ### Expected Behavior The action should be aligned with the rest of the list, even if you have an `onOrder` property. <!--- Tell us what should happen --> ### Actual Behavior `action` and `onOrder` don't work together. <!--- Tell us what happens instead --> ### URL, screen shot, or Codepen exhibiting the issue CodeSandbox Displaying the Issue: https://codesandbox.io/s/grommet-v2-template-forked-7l1mgp?file=/index.js With `onOrder`:  Without `onOrder`:  <!-- -- Here's a Codesandbox template that serves as a nice starting point -- for demonstrating an issue: https://codesandbox.io/s/m7mml8l0zj --> ### Steps to Reproduce 1. Create a `List` component 2. Add an `action` property 3. Add an `onOrder` property 4. The list will be unaligned ### Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> - Grommet version: 2.25.1 - Browser Name and version: Google Chrome - Operating System and version (desktop or mobile): Desktop