bgrins / ExpandingTextareas

jQuery plugin for elegant expanding textareas
http://bgrins.github.com/ExpandingTextareas/
MIT License
261 stars 73 forks source link

Added Word-Break to List of Cloned CSS #15

Closed jg314 closed 12 years ago

jg314 commented 12 years ago

Added word-break to list of cloned css properties since leaving it off causes issues if pre tags are styled differently. This became apparent because Twitter Bootstrap uses word-break: break-all for all pre tags.

Also, I've never done a pull request before so if I screwed this up let me know. Thanks.

Jonathan

bgrins commented 12 years ago

Thanks!