diff --git a/app/assets/stylesheets/embed.css.scss b/app/assets/stylesheets/embed.css.scss index 72fd2ad9430..8e166ce733e 100644 --- a/app/assets/stylesheets/embed.css.scss +++ b/app/assets/stylesheets/embed.css.scss @@ -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;