From 4f31745e108c18b9115237a6b5ad44d2f0138e8e Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Mon, 21 Sep 2015 17:01:41 +0530 Subject: [PATCH] UX: improve twitter onebox --- app/assets/stylesheets/common/base/onebox.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index 3a03617d5ea..2db1ab72063 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -248,13 +248,15 @@ aside.onebox.twitterstatus .onebox-body { .thumbnail { float: left; } - p { + .tweet { float: left; + display: inline-block; white-space: pre-wrap; - margin-top: 5px; - width: 100%; + padding-top: 3px; + width: 85%; } .date { clear: left; + padding-top: 5px; } }