Can any CSS gurus figure out why webkit has issues toggling between display:table-cell and inline block when triggered with a media query?
In webkit, drag the vertical divider left/right to trigger the media query and watch the list behavior act goofy.
Is this a bug? TIA
Hopefully this helps someone, but thanks to the ever so generous @snookca, the solution was to apply
display:table-rowto the UL. Bada-bing!