Extra lines in suggestion popup when @ mentioning groups

When mentioning groups, each suggested group seems to have two lines in the popup - see screenshot. This is the case even for short group names.

Mentioning users displays the correct format, no problem.

6 Likes

Confirmed

I’m bushed ATM so I’m likely missing something.

I didn’t see any CSS that jumped out at me, but there is an empty “name” <span> that I suspect may be involved in some way

<li data-vivaldi-spatnav-clickable="1">
          <a href="" class="selected">
            <i class="fa fa-users"></i>
            <span class="username">trust_level_0</span>
            <span class="name"></span>
          </a>
        </li>``

5 Likes