wrap summary items

This commit is contained in:
mbecker20
2023-01-22 23:08:33 +00:00
parent f03d0b8930
commit 0dd914b6e4

View File

@@ -28,7 +28,7 @@ const SummaryItem: Component<{
alignItems="center"
>
<h2>{p.title}</h2>
<Flex>
<Flex class="wrap">
<For each={p.metrics}>
{(metric) => (
<Show when={metric?.count && metric.count > 0}>