mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 00:27:10 +08:00
fix p:last-of-type on embed topic blockquotes
This commit is contained in:
parent
1e8e2590cf
commit
8714391bb2
@ -31,6 +31,9 @@ article.post {
|
||||
p {
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
p:last-of-type {
|
||||
margin-bottom:0;
|
||||
}
|
||||
}
|
||||
|
||||
.post-date {
|
||||
|
Loading…
x
Reference in New Issue
Block a user