diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 19ff81407d..03cb4644ee 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -810,11 +810,14 @@ position:static; } .notice.h-entry .attachments { - clear: both; position: relative; margin-bottom: 1em; } +.notice.h-entry .attachments > * { + clear: both; +} + .notice.h-entry .attachments .inline-attachment > * { height: auto; max-width: 100%;