From e47e4f7169d779e95b2aeafc95a795fe694755d0 Mon Sep 17 00:00:00 2001 From: cpradio Date: Fri, 25 Sep 2015 08:34:34 -0400 Subject: [PATCH] Make the small-action width responsive on desktops --- 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 626ca0f6b5e..ff4af891d18 100644 --- a/app/assets/stylesheets/desktop/topic-post.scss +++ b/app/assets/stylesheets/desktop/topic-post.scss @@ -707,7 +707,7 @@ $topic-avatar-width: 45px; } .small-action { - width: 755px; + max-width: 755px; border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -75%); }