# Force tables to be scrollable

**URL:** https://meta.discourse.org/t/force-tables-to-be-scrollable/401103
**Category:** Support
**Tags:** table-builder
**Created:** [April 21, 2026, 2:26am UTC](https://meta.discourse.org/t/force-tables-to-be-scrollable/401103 "2026-04-21T02:26:13Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [April 21, 2026, 3:33am UTC](https://meta.discourse.org/t/force-tables-to-be-scrollable/401103/4 "2026-04-21T03:33:26Z")

</div>

there is no markdown to force `nowrap` in tables (that i know of), but you can hack it with `&nbsp;` non-breaking space in the text strings:

| Level | City&nbsp;Name/Code | Difficulty | Number&nbsp;of&nbsp;Aircraft | Aircraft&nbsp;Types/Quantities | Obtainable&nbsp;Special&nbsp;Liveries | Speedrun&nbsp;Time&nbsp;Limit&nbsp;(Seconds) |
| --- | --- | --- | --- | --- | --- | --- |
| 1 | Vienna&nbsp;(VIE) | 🟩 | 4 | AT76: 2   
 A20N: 2 | | 40 |
| 2 | Prague&nbsp;(PRG) | 🟩 | 9 | AT76: 2   
 B738: 2   
 E190: 3   
 CCE: 2 | Smartwings (B738) | 93.2 |
| 3 | Nuremberg&nbsp;(NUE) | 🟩 | | | | 66.6 |
| 4 | Innsbruck&nbsp;(INN) | 🟩 | | | Austrian (DH8D) | 101.7 |
| 5 | Basel&nbsp;(BSL) | 🟩 | | | | 99 |
| 6 | Frankfurt&nbsp;(FRA) | 🟨 | | | Lufthansa (A346)   
 DHL (B738) | 189.9 |

---

_[View the full topic](https://meta.discourse.org/t/force-tables-to-be-scrollable/401103)._
