PolymerElements / paper-item

Material Design list items
https://www.webcomponents.org/element/PolymerElements/paper-item
33 stars 34 forks source link

"justify-content: space-between" breaks in Firefox #95

Open mullens opened 7 years ago

mullens commented 7 years ago

Description

Adding "justify-content: space-between" to a paper-item causes alignment issues on focus.

Expected outcome

paper-item focus should keep the elements in place

Actual outcome

paper-item focus in Firefox moves the left element to the middle (caused by ::before appearing on focus)

Live Demo

Try this in Chrome and Firefox to compare: https://jsfiddle.net/2jggc1n7/3/

Steps to reproduce

  1. Open the link in Firefox and give paper-item focus