Open
Description
I tend to use Paul Irish's box-sizing approach on all my projects, but many of React95 component's CSS expect box-sizing: content-box, which creates visual issues.
We should either apply border-box to all our components, or set it to content-box so our CSS is proper.