diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index e02efc7d85e..37dab75c7e1 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -238,3 +238,7 @@ pre.onebox code { .onebox-body .github-content-right{ margin-left:100px; } + +.twitterstatus .onebox-body p { + white-space: pre-wrap; +}