From fd59f0ee488c67f06a1efd5f4214503cdb4d8bdc Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 26 May 2016 22:26:05 +0930 Subject: [PATCH] Prevent mentions summary from blocking post controls --- extensions/mentions/less/forum/extension.less | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/mentions/less/forum/extension.less b/extensions/mentions/less/forum/extension.less index 576f1e365..217535183 100644 --- a/extensions/mentions/less/forum/extension.less +++ b/extensions/mentions/less/forum/extension.less @@ -69,6 +69,7 @@ } .Post-mentionedBy { position: relative; + display: inline-block; } .Post-mentionedBy-summary { cursor: pointer;