I'm attempting to design a list item with controls on the left and right sides that slide in when the user begins editing the list, and slide out when they're finished. I've managed to create a working example, but I'm encountering an issue where the list item title isn't resizing correctly during the CSS transition:
http://plnkr.co/edit/BxsVoTZbr08SI519HSVc?p=preview
It seems like the problem lies within my CSS code. How can I resolve this issue?