# Misaligned Header

**URL:** https://meta.discourse.org/t/misaligned-header/221769
**Category:** Site feedback
**Created:** [March 23, 2022, 2:50pm UTC](https://meta.discourse.org/t/misaligned-header/221769 "2022-03-23T14:50:56Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Decorbuz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/decorbuz/32/235124_2.png) [@Decorbuz](https://meta.discourse.org/u/Decorbuz)
#### Post date: [March 23, 2022, 2:50pm UTC](https://meta.discourse.org/t/misaligned-header/221769/1 "2022-03-23T14:50:57Z")

</div>

**I’ve only noticed this with Discourse Meta.** Every other Discourse instance I’ve seen does not have this issue.

Is anybody else seeing this?

 ![](https://global.discourse-cdn.com/meta/original/3X/3/4/34183104b22d79f9612f1fcfd6b801421d334a9d.png)

Just for context, this is how it should actually look.

 ![](https://global.discourse-cdn.com/meta/original/3X/9/4/94e02903bfb4c98a82107a1441e8ab113d6d474d.png)

---

<div class="post-metadata">

### Author: ![Simon\_Manning](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon_manning/32/198596_2.png) [@Simon\_Manning](https://meta.discourse.org/u/Simon_Manning)
#### Post date: [March 23, 2022, 3:01pm UTC](https://meta.discourse.org/t/misaligned-header/221769/2 "2022-03-23T15:01:56Z")

</div>

Looks like this is the `discourse-assign` plugin, it’s being caused by this CSS coming from `discourse-assign.scss`:

```plaintext
.topic-list-header .topic-list-data.num:last-of-type {
margin-right: 50px;
}

```

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [March 23, 2022, 3:19pm UTC](https://meta.discourse.org/t/misaligned-header/221769/3 "2022-03-23T15:19:55Z")

</div>

Meta is running an experimental branch right now, so this shouldn’t be affecting any other sites. @jordan.vidrine has a fix in the pipeline :raised_hands:

[https://github.com/discourse/discourse-assign/pull/310](https://github.com/discourse/discourse-assign/pull/310)

---

<div class="post-metadata">

### Author: ![Decorbuz](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/decorbuz/32/235124_2.png) [@Decorbuz](https://meta.discourse.org/u/Decorbuz)
#### Post date: [March 23, 2022, 3:22pm UTC](https://meta.discourse.org/t/misaligned-header/221769/4 "2022-03-23T15:22:17Z")

</div>

> [@david](#):
>
> @jordan-vidrine has a fix in the pipeline :raised_hands:

Oh, that’s great news! I’m glad to hear that this visual glitch is already in the process of being resolved! :grinning:

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [March 23, 2022, 5:57pm UTC](https://meta.discourse.org/t/misaligned-header/221769/5 "2022-03-23T17:57:26Z")

</div>


