forked from e621ng/e621ng
[Posts] Fix a bug caused by quotes in a wiki excerpt (#907)
This commit is contained in:
parent
a730b46c6c
commit
a98b97aaf6
@ -53,6 +53,10 @@
|
||||
&::after { content: none; }
|
||||
}
|
||||
|
||||
// Quote visual bug
|
||||
blockquote { background: unset; }
|
||||
|
||||
// Remove offset caused by paragraphs
|
||||
p:last-child { margin-bottom: 0; }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user