From af0b16652ad4200603b8fd4a1ff532f2f9bc7314 Mon Sep 17 00:00:00 2001 From: Tim Zallmann Date: Mon, 28 Aug 2017 11:27:44 +0200 Subject: [PATCH] max-width for lazy-loaded images (this was removed in the original MR through merge resolution most probably) --- app/assets/stylesheets/framework/typography.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index 71eec0e1a5e..a1f650ce0f2 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -26,6 +26,7 @@ min-width: inherit; min-height: inherit; background-color: inherit; + max-width: 100%; } p a:not(.no-attachment-icon) img {