From 0b52e20bff2f4359f21a52a1cb481115458bac5a Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 3 Jun 2014 03:08:16 -0700 Subject: [PATCH] remove margin-right on .contents .cooked --- app/assets/stylesheets/desktop/topic-post.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss index e8bd9ad905f..c63e3c8ed98 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -599,11 +599,8 @@ iframe { } .contents .cooked { - margin-right: 30px; word-wrap: break-word; - h1, h2, h3, h4, h5, h6 { margin: 30px 0 10px; } - } a.mention {