From 44f39ddc864556157fb6c9d0670ad29d2000e8f5 Mon Sep 17 00:00:00 2001 From: Kris Date: Mon, 12 Feb 2018 11:52:42 -0500 Subject: [PATCH] prevent post-link clicks from being squished by long strings --- app/assets/stylesheets/common/base/topic.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/base/topic.scss b/app/assets/stylesheets/common/base/topic.scss index 2a3acfa00fc..5b267622e3e 100644 --- a/app/assets/stylesheets/common/base/topic.scss +++ b/app/assets/stylesheets/common/base/topic.scss @@ -231,6 +231,7 @@ a.badge-category { } .clicks { margin-left: 0.5em; + flex: 0 0 auto; } i { font-size: $font-down-2;