# Extra lines in suggestion popup when @ mentioning groups

**URL:** https://meta.discourse.org/t/extra-lines-in-suggestion-popup-when-mentioning-groups/49530
**Category:** UX
**Created:** [September 1, 2016, 3:46am UTC](https://meta.discourse.org/t/extra-lines-in-suggestion-popup-when-mentioning-groups/49530 "2016-09-01T03:46:12Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [September 1, 2016, 3:46am UTC](https://meta.discourse.org/t/extra-lines-in-suggestion-popup-when-mentioning-groups/49530/1 "2016-09-01T03:46:12Z")

</div>

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.

 ![](https://global.discourse-cdn.com/meta/original/3X/8/c/8c2d11a655dbdc6265e13122f82ff3159edb5acd.png)

 ![](https://global.discourse-cdn.com/meta/original/3X/a/0/a0701abd8d77a291d8917ff025cfda9f3d54fd5c.png)

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [September 1, 2016, 3:55am UTC](https://meta.discourse.org/t/extra-lines-in-suggestion-popup-when-mentioning-groups/49530/2 "2016-09-01T03:55:52Z")

</div>

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

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

```
