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; +}