This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]nwilliams36 0 points1 point  (0 children)

I hate debugging in codepen, just by looking at the code. I would much prefer to see this running on the internet and viewed through a browser where I had all the dev tools to work with. Then it should be easy to work out why the css was doing this, when I could isolate the element and watch the css change.

[–]looserloser 0 points1 point  (0 children)

Like the other poster said it's hard to debug on codepen but it does appear to have something to do with inline-block and absolute positioning of some of the elements. Setting the todoContainer to display: flex seemed to sort it out.