From 41cb378142a7f76869bc191fb04301bdb8172af1 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Thu, 1 May 2014 00:25:07 -0700 Subject: [PATCH] why does .cooked need a right margin of 60 px?!? --- app/assets/stylesheets/desktop/topic-post.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index e014761c9e2..965ad922983 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -651,7 +651,7 @@ iframe { } .contents .cooked { - margin-right: 60px; + margin-right: 30px; margin-top: 20px; word-wrap: break-word;