web: fix report table

This commit is contained in:
Carl-Gerhard Lindesvärd
2023-12-12 15:07:02 +01:00
parent 7ca643bf7e
commit f82636a0d9

View File

@@ -83,7 +83,7 @@ export function ReportTable({
/>
<div
title={getLabel(serie.name)}
className="min-w-0 overflow-scroll whitespace-nowrap scrollbar-hide"
className="min-w-full overflow-scroll whitespace-nowrap scrollbar-hide"
>
{getLabel(serie.name)}
</div>