Skip to content

Commit

Permalink
Merge pull request #13 from NateEag/tweak-word-wrap
Browse files Browse the repository at this point in the history
Tweak word-wrap to handle very long single words.
  • Loading branch information
cdeutsch committed Apr 4, 2012
2 parents f593bc7 + 9d05800 commit fcdb280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/ui.multiselect.css
Expand Up @@ -3,7 +3,7 @@

.ui-multiselect { border: solid 1px; font-size: 0.8em; }
.ui-multiselect ul { -moz-user-select: none; }
.ui-multiselect li { margin: 0; padding: 0; cursor: default; line-height: 20px; height: 20px; font-size: 11px; list-style: none; padding-right: 18px; overflow: hidden; }
.ui-multiselect li { margin: 0; padding: 0; cursor: default; line-height: 20px; height: 20px; font-size: 11px; list-style: none; padding-right: 18px; overflow: hidden; word-wrap: break-word; }
.ui-multiselect li a { color: #999; text-decoration: none; padding: 0; display: block; float: left; cursor: pointer;}
.ui-multiselect li.ui-draggable-dragging { padding-left: 10px; }

Expand Down

0 comments on commit fcdb280

Please sign in to comment.