Using the default `content-box` `box-sizing` CSS attribute conflicts with the often reset `box-sizing: border-box` property in pretty much all CSS resets. This causes the ProfileHover component to be all squished like below. <img width="256" alt="Screen Shot 2020-07-15 at 1 31 23 PM" src="https://user-images.githubusercontent.com/8116716/87540166-7b5ccb00-c69f-11ea-8614-d0fb8a6fabe5.png">
Using the default
content-boxbox-sizingCSS attribute conflicts with the often resetbox-sizing: border-boxproperty in pretty much all CSS resets.This causes the ProfileHover component to be all squished like below.