octopusthink / nautilus

Inclusive, open-source design system and React component library.
https://nautilus.octopusthink.com
MIT License
2 stars 0 forks source link

fix: Set buttons to display: inline-flex. #224

Closed sarahmonster closed 4 years ago

sarahmonster commented 4 years ago

An inline display property makes it easier to work with the buttons inside containers, whilst still maintaining the proportions & padding of the buttons.

Before, in a centre-aligned container:

Screenshot 2020-05-11 at 21 40 33

After:

Screenshot 2020-05-11 at 21 40 27