diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index de24528b4d..c30ebba505 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -478,6 +478,11 @@ blockquote cite > div { font-weight: normal; } +.postbody .content li blockquote { + overflow: inherit; + margin-left: 0; +} + /* Code block */ .codebox { padding: 3px;