Break long words in a messagebox.

(It's not totally beautiful, though, in that it causes
your timestamp to appear in a weird place, but it's
better than the alternative.)

(imported from commit 217b6545330f7850f2892df2e82df18976463361)
This commit is contained in:
Waseem Daher 2012-10-05 15:57:22 -04:00
parent 6e4daba2aa
commit 6de37bc9ad
1 changed files with 1 additions and 0 deletions

View File

@ -165,6 +165,7 @@ blockquote p {
background-color: white; background-color: white;
border: 1px solid gray; border: 1px solid gray;
border-width: 0px 1px 1px 1px; border-width: 0px 1px 1px 1px;
word-wrap: break-word;
} }
.messagebox p { .messagebox p {