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;