The problem is that these kind of width "overrides" contradict the WebApp's positioning logic. We use a so called "Flow layout" which positions elements one after the next based on the column count, index and span. This is also what's used to calculate the required width.

Overriding this manually with a psCssClass is the option for now, though i'd still pay extra attention as to the alignment in regards to anything surrounding it.