From edbc7c4db85a4a8da9ecb9705e7b9c130705fca6 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Wed, 30 Mar 2016 12:28:16 +0530 Subject: [PATCH] UX: add text-overflow to imgur album description --- 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 2833ef4cefc..c1dba09a21a 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -294,6 +294,7 @@ aside.onebox.twitterstatus .onebox-body { font-size: 12px; color: #fff; background-color: rgba(0, 0, 0, 0.6); + text-overflow: ellipsis; .inner-box { padding-left: 10px;