It was already setting padding to 0, but that doesn't override the
individual top/left/right/bottom properties. We need to do those too,
and also set them to undefined instead of 0 to make it easier for users
of the control to re-add padding if they want.