diff --git a/data/units.json b/data/units.json index 2539886..611f881 100644 --- a/data/units.json +++ b/data/units.json @@ -76,7 +76,7 @@ "symbol": "hhd us", "group": "dickloads", "toBase": 19.9788876, - "description": "Equal to two US fluid barrels." + "description": "This is the superior Trumpistanian hogshead. It's biglier. (It's actually smaller.)" }, { "id": "long-ton", diff --git a/src/routes/admin/+page.svelte b/src/routes/admin/+page.svelte index 63b890b..a1760c8 100644 --- a/src/routes/admin/+page.svelte +++ b/src/routes/admin/+page.svelte @@ -1165,6 +1165,7 @@ padding: 0.3rem 0.75rem; margin-bottom: 0; font-size: 0.9rem; + white-space: nowrap; } .admin-panels {