Skip to content

Commit

Permalink
Fix wrap css
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-d committed Feb 5, 2016
1 parent be6d1d5 commit 1455def
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/css/up1.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
}

.line {
word-wrap: break-word;
word-wrap: normal;
white-space: pre-wrap;
min-height: 1em;
}

Expand Down

0 comments on commit 1455def

Please sign in to comment.