tastejs/todomvc-app-css

"Clear completed" vertical position

felixbuenemann opened this issue · 2 comments

For me the "Clear completed" button is positioned wrongly, unless I include the following css:

#clear-completed::after { top: 0 }

This happens to me when updating the styles on the todomvc example from the ember.js guide. I can't see any difference in the html compared to the official todomvc page, except maybe whitespace.

Screenshot without Fix:
clear_completed_placement_problem

Screenshot with Fix:
clear_completed_placement_fix

Tested on Chrome 43 / Mac OS X 10.10.3.

👍 I ran into this also during a few of the upgrades, it is due to trailing whitespace, nasty tricky bit for sure

🐐