From 272747f2b937774d84ed10adf1709bcb7f7c480e Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Sat, 16 Apr 2016 14:57:31 +0530 Subject: [PATCH] FIX: imgur album title onebox was large on mobile --- app/assets/stylesheets/common/base/onebox.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index caa8c57fb51..d796bac9219 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -295,6 +295,7 @@ aside.onebox.twitterstatus .onebox-body { color: #fff; background-color: rgba(0, 0, 0, 0.6); text-overflow: ellipsis; + max-width: 100%; .inner-box { padding-left: 10px;