remstos / parse-react-sample

ParseReact sample app - Nice stack with everything you need
alley.parseapp.com
MIT License
48 stars 9 forks source link

3 avoid todo item trimming #4

Closed catalinmiron closed 9 years ago

catalinmiron commented 9 years ago

Fixes #3

@Kemcake please review. I know that's not a big PR but I don't like the fact that when adding a todo item which have more than 1 line, the text is trimmed. So the output of this PR is the following:

image

catalinmiron commented 9 years ago

@Kemcake please review

remstos commented 9 years ago

You're right, good idea :+1:

remstos commented 9 years ago

Thanks :open_hands:

catalinmiron commented 9 years ago

@Kemcake no problem. Right now I'm working on adding separate files for each component, since we're usign webpack for the build, we can import the styles in each component. wdyt?