I am trying to add padding to a box via:\[code\].p-box-header{ border: 1px solid orange; float: left; width: $p-box-width; padding: 0px 0px 0xp 20px;}\[/code\]and it looks like this:
The 'Food' header is adding 20px to it's width. This didn't happen in box below. Why is this happening and how can I prevent? thx