From b502a40b366c5fdb2928c5a4be7e773405ca5591 Mon Sep 17 00:00:00 2001 From: tms Date: Thu, 7 Feb 2013 21:18:22 -0500 Subject: [PATCH] Button container should be no wider than suggested topics The button container sticks out farther than necessary because of the left margin, causing unnecessary horizontal scrolling at supported resolutions --- app/assets/stylesheets/application/topic.css.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/application/topic.css.scss b/app/assets/stylesheets/application/topic.css.scss index 585121ce83b..a63f9235393 100644 --- a/app/assets/stylesheets/application/topic.css.scss +++ b/app/assets/stylesheets/application/topic.css.scss @@ -272,9 +272,9 @@ #topic-footer-buttons { margin: 20px 0 0 103px; - width: 1110px; - @include medium-width { width: 970px; } - @include small-width { width: 870px; } + width: 1027px; + @include medium-width { width: 887px; } + @include small-width { width: 787px; } .btn-group { margin-top: 20px;