From 7aa044a84543b9cbb77a799644079a094dc14a40 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 6 Apr 2014 09:35:26 -0700 Subject: [PATCH] [ticket/12365] Do not crop image attachments at 350px PHPBB3-12365 --- phpBB/styles/prosilver/theme/content.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 082016252f..d27fb81fee 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -570,8 +570,6 @@ blockquote .codebox { .attach-image { margin: 3px 0; max-width: 100%; - max-height: 350px; - overflow: auto; } .attach-image img {