From e5cb1cac86eaad9d64865800133c1aaa4bbcf6c5 Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Thu, 20 Mar 2014 11:20:12 -0400 Subject: [PATCH] FIX: Weird spacing with lists in embedded comments --- app/assets/stylesheets/embed.css.scss | 4 ++++ 1 file changed, 4 insertions(+) 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;