mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 03:10:46 -06:00
FIX: Weird spacing with lists in embedded comments
This commit is contained in:
parent
83778138ad
commit
e5cb1cac86
@ -17,6 +17,10 @@ article.post {
|
||||
.avatar { margin-right: 7px; }
|
||||
}
|
||||
|
||||
ol, ul {
|
||||
clear: none;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding: 10px 8px 10px 13px;
|
||||
margin: 0 0 10px 0;
|
||||
|
Loading…
Reference in New Issue
Block a user