dequelabs / cauldron

https://cauldron.dequelabs.com/
Mozilla Public License 2.0
91 stars 21 forks source link

Fix Notice Spacing #1721

Closed scurker closed 4 weeks ago

scurker commented 4 weeks ago

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:

gap: 0 var(--space-small);