-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Description
User mentions contain a div element (the avatar) inside a span element (the wrapper for both avatar and user name) in the list of mention suggestions and in the mentions themselves.
I do not know if it would be better to show the avatar using a span or to change its parent span elements to div elements (which would require some CSS changes too); however, the contacts menu element, which is a div, is created inside the wrapper for both avatar and user name, so maybe the second alternative is better to also solve this markup problem.