Closed scurker closed 4 weeks ago
Notices currently have a horizontal/vertical spacing of --space-small:
--space-small
https://github.com/dequelabs/cauldron/blob/683a8c93875a545b9eaf9e6e1f2f84d87aa172bd/packages/styles/notice.css#L35
The spacing should only be applied along the horizontal axis and changed to:
gap: 0 var(--space-small);
Notices currently have a horizontal/vertical spacing of
--space-small
:https://github.com/dequelabs/cauldron/blob/683a8c93875a545b9eaf9e6e1f2f84d87aa172bd/packages/styles/notice.css#L35
The spacing should only be applied along the horizontal axis and changed to: