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.
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.
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>``