# Extra spaces within text

**URL:** https://meta.discourse.org/t/extra-spaces-within-text/397551
**Category:** Support
**Created:** [March 3, 2026, 5:00pm UTC](https://meta.discourse.org/t/extra-spaces-within-text/397551 "2026-03-03T17:00:21Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![ToddZ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/toddz/32/328350_2.png) [@ToddZ](https://meta.discourse.org/u/ToddZ)
#### Post date: [March 3, 2026, 5:48pm UTC](https://meta.discourse.org/t/extra-spaces-within-text/397551/7 "2026-03-03T17:48:44Z")

</div>

You could also put a named wrap around your report and apply CSS to that:

> ![image](https://global.discourse-cdn.com/meta/original/4X/6/7/2/6729e5181d92bd03593030a3a07f659508e607b9.png)

I find this easiest in the Markdown composer:

```plaintext
[wrap=game-report]

Duranium: 374,100 1.00

Neutronium: 121,600 0.60

Corbomite: 148,400 0.90

...etc.

[/wrap]

```

Add your custom CSS:

```css
[data-wrap="game-report"] {
    word-spacing: 1em;
}

```

Result:

> ![image](https://global.discourse-cdn.com/meta/original/4X/e/f/5/ef5af69581f2e0d30ec87d2e724dd0dc6a169f48.png)

---

_[View the full topic](https://meta.discourse.org/t/extra-spaces-within-text/397551)._
