From 615fd2eb87561dc582a66715951bda5d0d3638b7 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Tue, 3 Jan 2017 21:06:49 +0530 Subject: [PATCH] UX: sane max-height for onebox images --- 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 8973d024e03..cb308e55d2a 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-height: 170px; max-width: 20%; height: auto; float: left;