mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-05 15:23:27 +00:00
refactor(recovery): restore canonical table separators
This commit is contained in:
parent
e05dcf8c1b
commit
75129b9b19
3 changed files with 9 additions and 8 deletions
|
|
@ -338,7 +338,7 @@ export const RecoveryProtectedInventorySection: Component<
|
|||
class="w-full border-collapse whitespace-nowrap"
|
||||
style={{ 'table-layout': 'fixed', 'min-width': props.isMobile ? '100%' : '640px' }}
|
||||
>
|
||||
<TableHeader class="border-b-0">
|
||||
<TableHeader>
|
||||
<TableRow class="bg-surface-alt/95 text-muted">
|
||||
{(
|
||||
[
|
||||
|
|
@ -379,7 +379,7 @@ export const RecoveryProtectedInventorySection: Component<
|
|||
))}
|
||||
</TableRow>
|
||||
</TableHeader>
|
||||
<TableBody class="divide-y-0">
|
||||
<TableBody>
|
||||
<For each={visibleRollups()}>
|
||||
{(rollup) => {
|
||||
const resourceIndex = props.resourcesById();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue