diff --git a/extensions/mentions/less/forum.less b/extensions/mentions/less/forum.less index fcd887185..12ac35b0e 100644 --- a/extensions/mentions/less/forum.less +++ b/extensions/mentions/less/forum.less @@ -91,3 +91,8 @@ position: absolute; .Button--color(@tooltip-color, @tooltip-bg); } +@media screen and (max-width: @screen-phone-max) { + .MentionsDropdown { + max-width: 100%; + } +}