Skip to content

Commit

Permalink
break-word for wrapping long items (e.g. urls)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivana committed Apr 13, 2011
1 parent a1769d5 commit 6a3de5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/stylesheets/style.css
Expand Up @@ -115,7 +115,7 @@ ul.items {
clear:left;
}
ul.items input[type="checkbox"] { float:left; }
ul.items label span { display: inline-block; padding-left: 0.3em; width: 72%; }
ul.items label span { display: inline-block; padding-left: 0.3em; width: 72%; word-wrap: break-word; }
ul.items .done label span { color:#BEB4A2; }

/* forms */
Expand Down

0 comments on commit 6a3de5e

Please sign in to comment.