[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;