I\'ve an unordered HTML list (ul). If the second word is too long the line wraps automatically but the overflowing text isn\'t indented. Any ideas how to solve
ul
add this CSS:
ul { list-style-position: outside; }
Example here: http://jsbin.com/emeda/