You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In different parts of the design specs, the term "padding" is used to describe the space around an element. This is confusing when implementing the spec in CSS, as "margin" is the term used to describe that space. I made a mistake, until I realized what it was referring to, and saw another implementation by someone else that made the same mistake.
In different parts of the design specs, the term "padding" is used to describe the space around an element. This is confusing when implementing the spec in CSS, as "margin" is the term used to describe that space. I made a mistake, until I realized what it was referring to, and saw another implementation by someone else that made the same mistake.
e.g.
![image](https://user-images.githubusercontent.com/1588648/54138940-7ffbda00-43ee-11e9-874a-9d0450c79aa2.png)
https://design.firefox.com/photon/components/radio-buttons.html
The text was updated successfully, but these errors were encountered: