From bf7c035f9992b2e7f1df5ca1676d51f70acb0f8d Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Wed, 16 Mar 2016 20:37:57 +0100 Subject: [PATCH] only direct .inline-attachment children --- theme/base/css/display.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 8f059faadb..03c1544b4d 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -811,7 +811,7 @@ position:static; margin-bottom: 1em; } -.notice.h-entry .attachments .inline-attachment * { +.notice.h-entry .attachments .inline-attachment > * { height: auto; max-width: 100%; } -- 2.39.5