I get the error “Broken box model: using height with padding” for this CSS ``` height: 2em; padding: 0 1em; ``` `width` isn’t declared on this element