FIX: Linebreaks not showing in tweets
This commit is contained in:
parent
6f03aa164f
commit
e4aa0e143d
|
@ -238,3 +238,7 @@ pre.onebox code {
|
|||
.onebox-body .github-content-right{
|
||||
margin-left:100px;
|
||||
}
|
||||
|
||||
.twitterstatus .onebox-body p {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue