mirror of https://github.com/zulip/zulip.git
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:
parent
3a097a2a6c
commit
d63fdf5bc6
|
@ -2357,6 +2357,7 @@ img.emoji {
|
|||
border: 1px solid #ddd;
|
||||
padding: .5em .75em;
|
||||
margin-bottom: 0.25em;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.twitter-avatar {
|
||||
|
|
Loading…
Reference in New Issue