aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/styles/prosilver/theme/content.css4
1 files changed, 4 insertions, 0 deletions
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;