From a9d5d2aee65f94ebb2a740692ff308ca77be7be1 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Fri, 12 May 2017 13:21:20 -0400 Subject: [PATCH] UX: Fix improper aspect ratio for xkcd oneboxes --- 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 5a4c6dd6f96..5b718047c75 100644 --- a/app/assets/stylesheets/common/base/onebox.scss +++ b/app/assets/stylesheets/common/base/onebox.scss @@ -135,6 +135,7 @@ aside.onebox { max-height: 170px; max-width: 20%; height: auto; + width: auto; float: left; margin-right: 10px; }