Closed alelb closed 7 years ago
I agree. Anyway we could encounter difficulties making this since the <paper-input-container> does not provide a CSS mixin to change the flex horizontal layout and the flex properties of its children (#prefix, #labelAndInput..., #suffix).
<paper-input-container>
#prefix
#labelAndInput...
#suffix
Implicitly solved by 7550eecc5eff2179bc41a3afb8c7cdc2d8a3c8ab.
I agree. Anyway we could encounter difficulties making this since the
<paper-input-container>
does not provide a CSS mixin to change the flex horizontal layout and the flex properties of its children (#prefix
,#labelAndInput...
,#suffix
).