# Distance between usernames and names in profile summary

**URL:** https://meta.discourse.org/t/distance-between-usernames-and-names-in-profile-summary/316352
**Category:** UX
**Tags:** fixed
**Created:** [July 15, 2024, 3:44pm UTC](https://meta.discourse.org/t/distance-between-usernames-and-names-in-profile-summary/316352 "2024-07-15T15:44:53Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [July 15, 2024, 3:44pm UTC](https://meta.discourse.org/t/distance-between-usernames-and-names-in-profile-summary/316352/1 "2024-07-15T15:44:53Z")

</div>

The usernames in the “Most Liked,” “Most Liked By,” and “Most Reply To” sections of the profile summary are quite far away from the other information.

 ![The image displays a list showing the usernames and avatars of individuals ranked by the number of likes they have given to the user. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/4/7/5/475aa4b0d63b73b4da82a7fb4b62573b32eff6b9.png)

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [July 15, 2024, 4:13pm UTC](https://meta.discourse.org/t/distance-between-usernames-and-names-in-profile-summary/316352/2 "2024-07-15T16:13:16Z")

</div>

ooh yes, something has gone wrong there… will be fixed shortly

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [July 15, 2024, 4:16pm UTC](https://meta.discourse.org/t/distance-between-usernames-and-names-in-profile-summary/316352/3 "2024-07-15T16:16:22Z")

</div>

This seems to be a side-effect of

[https://github.com/discourse/discourse/pull/25576](https://github.com/discourse/discourse/pull/25576)

And especially the `width: 100%` on `.name` and `.username`.

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [July 15, 2024, 4:17pm UTC](https://meta.discourse.org/t/distance-between-usernames-and-names-in-profile-summary/316352/4 "2024-07-15T16:17:56Z")

</div>

I don’t think it looks like this since February. Probably a side effect of  
[https://github.com/discourse/discourse/pull/27877](https://github.com/discourse/discourse/pull/27877)

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [July 15, 2024, 4:50pm UTC](https://meta.discourse.org/t/distance-between-usernames-and-names-in-profile-summary/316352/5 "2024-07-15T16:50:39Z")

</div>

It’s both, [UX: fix top-list spacing on user summary by awesomerobot · Pull Request #27877 · discourse/discourse · GitHub](https://github.com/discourse/discourse/pull/27877) was meant to fix [UX: grant names some more space on /u by awesomerobot · Pull Request #25576 · discourse/discourse · GitHub](https://github.com/discourse/discourse/pull/25576), but didn’t account for the setting `prioritize username in ux` —

will be fixed by  
[https://github.com/discourse/discourse/commit/576f880190b5b3d49caf6c464237aa1693943c4b](https://github.com/discourse/discourse/commit/576f880190b5b3d49caf6c464237aa1693943c4b)

thanks again!

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [July 19, 2024, 1:00pm UTC](https://meta.discourse.org/t/distance-between-usernames-and-names-in-profile-summary/316352/6 "2024-07-19T13:00:47Z")

</div>


