1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 07:18:08 +02:00

[ticket/12554]Overide blockquote overflow in lists

This commit is contained in:
Michael Miday
2015-09-22 06:50:08 +02:00
parent 692db1ad2b
commit 494c9047c7

View File

@@ -478,6 +478,10 @@ blockquote cite > div {
font-weight: normal; font-weight: normal;
} }
.postbody .content li blockquote {
overflow: inherit;
}
/* Code block */ /* Code block */
.codebox { .codebox {
padding: 3px; padding: 3px;