From 14bd6daab1039eb5e74cc297ffb024ff85d62f2c Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Tue, 12 Jan 2016 23:12:41 +0100 Subject: [PATCH] Aspect ratio on elements in inline-attachment list --- theme/base/css/display.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/base/css/display.css b/theme/base/css/display.css index beeecfe4bc..e6ac8b4d47 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -808,6 +808,7 @@ position:static; } .notice.h-entry .attachments .inline-attachment * { + height: auto; max-width: 100%; } .notice.h-entry .attachments .inline-attachment > a {