Fix Twitter bot breaking layout with long words/links.

Long words and links now get automatically broken down in the
'twitter-tweet' div; prevents a message box overflow.

Fixes #4659.
This commit is contained in:
derAnfaenger 2017-05-08 17:48:54 +02:00 committed by Tim Abbott
parent 3a097a2a6c
commit d63fdf5bc6
1 changed files with 1 additions and 0 deletions

View File

@ -2357,6 +2357,7 @@ img.emoji {
border: 1px solid #ddd;
padding: .5em .75em;
margin-bottom: 0.25em;
word-break: break-word;
}
.twitter-avatar {