From 64d0eb567df3eadad1c70a5eadec58e9560ef0de Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Tue, 14 Apr 2015 08:02:01 +0530 Subject: [PATCH] FIX: scale large vertial images for onebox --- app/assets/stylesheets/common/base/onebox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/base/onebox.scss b/app/assets/stylesheets/common/base/onebox.scss index cc2ce2c2d12..b8f2e93b36d 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -131,7 +131,7 @@ aside.onebox { img { max-height: 80%; - max-width: 25%; + max-width: 20%; height: auto; float: left; margin-right: 10px;