mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-30 06:03:34 -05:00
wrap summary items
This commit is contained in:
@@ -28,7 +28,7 @@ const SummaryItem: Component<{
|
|||||||
alignItems="center"
|
alignItems="center"
|
||||||
>
|
>
|
||||||
<h2>{p.title}</h2>
|
<h2>{p.title}</h2>
|
||||||
<Flex>
|
<Flex class="wrap">
|
||||||
<For each={p.metrics}>
|
<For each={p.metrics}>
|
||||||
{(metric) => (
|
{(metric) => (
|
||||||
<Show when={metric?.count && metric.count > 0}>
|
<Show when={metric?.count && metric.count > 0}>
|
||||||
|
|||||||
Reference in New Issue
Block a user