mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
FIX: Linebreaks not showing in tweets
This commit is contained in:
parent
6f03aa164f
commit
e4aa0e143d
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue