diff --git a/ts/graphs/CardCounts.svelte b/ts/graphs/CardCounts.svelte index cd0ee488a..d63f91d99 100644 --- a/ts/graphs/CardCounts.svelte +++ b/ts/graphs/CardCounts.svelte @@ -49,6 +49,10 @@ justify-content: center; } + .counts-table td { + white-space: nowrap; + } + table { border-spacing: 1em 0; }