-
Task
-
Resolution: Done
-
Normal
-
None
(Follow-up to AAH-1088, wait until #1717 is merged)
In list views, the last column is usually either a button, or a kebab menu.
But, currently some of these are center-aligned, while others are right-aligned within the td.
As per AAH-1088, these should be right-aligned.
Solution:
- Use `<td style={{ paddingRight: '0px', textAlign: 'right' }}>` in the last td of all list views which have any buttons or kebabs.
- Ideally make it a component that gets a list of items, compacts it, and passes to StatefulDropdown