Found it :-)

It needs a:
display: block;
(note: a float would work too for example, the inline element just needs to be converted to a block element one way or another)

Inline elements do not have width settings.