From f8d1e2b22ea362aa5a7339dad531041481ab5726 Mon Sep 17 00:00:00 2001 From: Sami Mazouz Date: Sat, 23 May 2020 00:50:26 +0200 Subject: [PATCH] Fix replies dropdown menu width (#38) * Fixes flarum/core#1707 --- extensions/mentions/less/forum.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extensions/mentions/less/forum.less b/extensions/mentions/less/forum.less index abd0b19a3..ee1bcb7fc 100644 --- a/extensions/mentions/less/forum.less +++ b/extensions/mentions/less/forum.less @@ -68,7 +68,6 @@ } } .Post-mentionedBy { - position: relative; display: inline-block; } .Post-mentionedBy-summary { @@ -97,3 +96,6 @@ max-width: 100%; } } +.Post-footer .item-replies { + position: relative; +}