From 494c9047c72e856318d032c543ea6198c41e7a37 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Tue, 22 Sep 2015 06:50:08 +0200 Subject: [PATCH] [ticket/12554]Overide blockquote overflow in lists --- phpBB/styles/prosilver/theme/content.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index de24528b4d..1331a86fb5 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -478,6 +478,10 @@ blockquote cite > div { font-weight: normal; } +.postbody .content li blockquote { + overflow: inherit; +} + /* Code block */ .codebox { padding: 3px;