1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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;
}
.postbody .content li blockquote {
overflow: inherit;
}
/* Code block */
.codebox {
padding: 3px;