react-ui-org / react-ui

React UI is a themeable and performant UI library for React apps.
https://react-ui.io
MIT License
21 stars 7 forks source link

Fix `Grid` items/content alignment when just a single value is set (#569) #570

Closed adamkudrna closed 1 month ago

adamkudrna commented 1 month ago

Intentionally use longhand properties because custom property fallback mechanism evaluates initial values as empty. That makes the other value of the shorthand property unexpectedly used for both axes.

Introduced in #550. Closes #569.