Skip to content

Commit

Permalink
* Force wordbreaking in overflowing columns. Closes #32.
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyt committed Jul 24, 2013
1 parent fa2292e commit eeb4a83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/socialcalc.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,7 @@ body:last-child .defaultPeer {

#te_fullgrid td {
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}

0 comments on commit eeb4a83

Please sign in to comment.