mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-05 07:08:42 +00:00
refactor(recovery): match workload item badge density
This commit is contained in:
parent
10bb9d5ac5
commit
795cbdd4e7
7 changed files with 25 additions and 4 deletions
|
|
@ -471,7 +471,7 @@ export const RecoveryProtectedInventorySection: Component<
|
|||
</div>
|
||||
<div class="flex flex-wrap items-center gap-1.5 text-[10px] md:hidden">
|
||||
<Show when={itemTypePresentation?.label}>
|
||||
<span class={itemTypePresentation?.badgeClasses}>
|
||||
<span class={itemTypePresentation?.tableBadgeClasses}>
|
||||
{itemTypePresentation?.label}
|
||||
</span>
|
||||
</Show>
|
||||
|
|
@ -496,7 +496,7 @@ export const RecoveryProtectedInventorySection: Component<
|
|||
when={itemTypePresentation}
|
||||
fallback={<span class="text-muted">—</span>}
|
||||
>
|
||||
<span class={itemTypePresentation?.badgeClasses}>
|
||||
<span class={itemTypePresentation?.tableBadgeClasses}>
|
||||
{itemTypePresentation?.label}
|
||||
</span>
|
||||
</Show>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue