Skip to content

Commit

Permalink
Button container should be no wider than suggested topics
Browse files Browse the repository at this point in the history
The button container sticks out farther than necessary because of the
left margin, causing unnecessary horizontal scrolling at supported
resolutions
  • Loading branch information
tms committed Feb 8, 2013
1 parent 79dfccf commit b502a40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/stylesheets/application/topic.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b502a40

Please sign in to comment.