FIX: Linebreaks not showing in tweets

This commit is contained in:
Kane York 2015-07-10 13:22:16 -07:00
parent 6f03aa164f
commit e4aa0e143d
1 changed files with 4 additions and 0 deletions

View File

@ -238,3 +238,7 @@ pre.onebox code {
.onebox-body .github-content-right{
margin-left:100px;
}
.twitterstatus .onebox-body p {
white-space: pre-wrap;
}