Describe the problem
When adding a secondary action button without a primary action button, the spacing is off.
How do you reproduce the problem?
Create an EmptyState component, add a secondary button but do not add a primary button.
Expected behavior
Adding a secondary variant button should space the same as a primary button.
Is this issue blocking you?
No, I can add a class to the button to space it correctly:
<Button variant="secondary" className="pf-u-mt-xl">Secondary action</Button>
Screenshots
