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:
@@ -478,6 +478,10 @@ blockquote cite > div {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.postbody .content li blockquote {
|
||||
overflow: inherit;
|
||||
}
|
||||
|
||||
/* Code block */
|
||||
.codebox {
|
||||
padding: 3px;
|
||||
|
Reference in New Issue
Block a user