Remove unnecessary padding (fixes text overflow)

This commit is contained in:
Claudio Ortolina
2026-04-01 11:13:23 +01:00
parent 9bdefa9f6d
commit b5e934e36f
@@ -130,7 +130,7 @@ defmodule MusicLibraryWeb.StatsComponents do
"mt-5 grid divide-x divide-zinc-200 overflow-hidden rounded-md bg-white shadow-sm dark:divide-zinc-900 dark:bg-zinc-800",
stats_class(@categories_with_counts)
]}>
<div :for={{category, count} <- @categories_with_counts} class="px-2 py-5 sm:px-4">
<div :for={{category, count} <- @categories_with_counts} class="py-5">
<dt class="text-center text-sm font-medium break-keep text-zinc-500 max-sm:text-xs dark:text-zinc-400">
{@category_format_fn.(category)}
</dt>