From c24c60e33f38132067f15db9297b7836842e7526 Mon Sep 17 00:00:00 2001 From: Kris Aubuchon Date: Tue, 11 Feb 2014 16:00:59 -0500 Subject: [PATCH] fixing the weird user space column bug on smaller browser widths --- app/assets/stylesheets/desktop/topic-list.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/topic-list.scss b/app/assets/stylesheets/desktop/topic-list.scss index 26da337cf72..4c5be3d3236 100644 --- a/app/assets/stylesheets/desktop/topic-list.scss +++ b/app/assets/stylesheets/desktop/topic-list.scss @@ -149,13 +149,13 @@ @include medium-width { .main-link { - width: 300px; + max-width: 300px; } } @include small-width { .main-link { - width: 300px; + max-width: 300px; }