mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-30 16:50:10 -04:00
FIX: Weird spacing with lists in embedded comments
This commit is contained in:
parent
83778138ad
commit
e5cb1cac86
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue