fabbricadigitale / paper-chip

A chip web component made with Polymer 2 following Material Design guidelines
http://webcomponents.org/element/fabbricadigitale/paper-chip
MIT License
31 stars 16 forks source link

paper-chip style in Firefox broken #25

Closed mbierlee closed 7 years ago

mbierlee commented 7 years ago

In the latest Firefox paper-chip's style is broken. Icons don't properly render anymore, labels aren't truncated like they are in chrome and the secondary line (the caption) is always visible.

This can easily be seen when opening the demo in Firefox

Firefox 54.0 (64-bit) on Fedora Linux

leogr commented 7 years ago

Good catch!

screen shot 2017-07-17 at 16 40 11 screen shot 2017-07-17 at 16 39 51
leogr commented 7 years ago

I seems to be related to https://github.com/Polymer/polymer/issues/4463

I'm going to fix that.