mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-12 02:18:32 -05:00
wrap summary items
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user