From af3022359fc04c79bfdd111279499183faaccdf5 Mon Sep 17 00:00:00 2001 From: Ben Abbott Date: Tue, 13 Jan 2015 13:20:29 +1300 Subject: [PATCH] Resolves #72 by overriding an img style --- style.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.scss b/style.scss index 33749f8ce453c..a2529745d12a6 100755 --- a/style.scss +++ b/style.scss @@ -110,6 +110,11 @@ img { max-width: 100%; } +// Fixes images in popup boxes from Google Translate +.gmnoprint img { + max-width: none; +} + .date { font-style: italic; color: $gray;