octopusthink / nautilus

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

fix: Improve Tag wrapping. #198

Closed sarahmonster closed 4 years ago

sarahmonster commented 4 years ago

Before:

Screenshot 2020-02-02 at 01 27 08

After:

Screenshot 2020-02-02 at 01 26 35

Fixes #162.

Also replaces a custom Paragraph used for list title with our VisuallyHidden component, since it's now available for use.