mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 03:18:52 +00:00
[ticket/12554]Overide blockquote overflow in lists
This commit is contained in:
parent
692db1ad2b
commit
494c9047c7
1 changed files with 4 additions and 0 deletions
|
@ -478,6 +478,10 @@ blockquote cite > div {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.postbody .content li blockquote {
|
||||
overflow: inherit;
|
||||
}
|
||||
|
||||
/* Code block */
|
||||
.codebox {
|
||||
padding: 3px;
|
||||
|
|
Loading…
Add table
Reference in a new issue