From e4aa0e143dd9aa75c053a8b4e3ce6149704f2c4c Mon Sep 17 00:00:00 2001 From: Kane York Date: Fri, 10 Jul 2015 13:22:16 -0700 Subject: [PATCH] FIX: Linebreaks not showing in tweets --- app/assets/stylesheets/common/base/onebox.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index e02efc7d8..37dab75c7 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; +}