IBM / page-lab

PageLab enables web performance, accessibility, SEO, etc testing at scale.
Apache License 2.0
19 stars 10 forks source link

OCD: Rainy day: Change inline-block to floats #53

Closed ecumike closed 5 years ago

ecumike commented 5 years ago

Browsers render line-returns betwee inline elements (including inline block) as a space. This kills centering of stacked elements and makes them off. Instead of dib use cf on parent and db on elements. Should be a straight swap like that but visually verify blocks fold as expected (they should).

ecumike commented 5 years ago

Handled in #59