Hi,
I would like to know why the top and bottom padding is not working correctly and in the same way of left and right padding.
If I set 1 px, it increases a lot (around 10px)
If I set 2 px, it is 11px.. and so on.
There is an initial gap. I don't get why...
padding-top:1px;
padding-bottom:1px;


