mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Merge pull request #3919 from hanakin/ticket/12554
[ticket/12554] Fix blockquote overflow in lists * hanakin/ticket/12554: [ticket/12554]Remove left margin when li [ticket/12554]Overide blockquote overflow in lists
This commit is contained in:
commit
a342517dfb
1 changed files with 5 additions and 0 deletions
|
@ -478,6 +478,11 @@ blockquote cite > div {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
.postbody .content li blockquote {
|
||||
overflow: inherit;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* Code block */
|
||||
.codebox {
|
||||
padding: 3px;
|
||||
|
|
Loading…
Add table
Reference in a new issue