Closed mbierlee closed 7 years ago
Yes, this (probably) happens in every browser without Shadow DOM due how to shimming of ::slotted is done by the WebComponents polyfill.
@alelb is providing a CSS variable to ensure the wanted max-width is always in place.
Thanks a lot for noticing it, keep helping us !
The CSS rule in paper-chip.html on L256 wins the specificity check over external max-width styling in Firefox:
In Chrome it seems to prefer external styling over this internal rule.
Perhaps it's best to assign a CSS variable to this property to let people set their own width requirements or even disable max-width.