Remove recovery table inline styles from live demo

This commit is contained in:
rcourtman 2026-04-12 09:23:51 +01:00
parent cb257180ae
commit 80fe2baa5a
3 changed files with 16 additions and 2 deletions

View file

@ -339,8 +339,9 @@ export const RecoveryProtectedInventorySection: Component<
<Show when={props.filteredRollups().length > 0}>
<div class="overflow-x-auto bg-surface">
<Table
class="w-full border-collapse whitespace-nowrap"
style={{ 'table-layout': 'fixed', 'min-width': props.isMobile ? '100%' : '640px' }}
class={`w-full border-collapse whitespace-nowrap table-fixed ${
props.isMobile ? 'min-w-full' : 'min-w-[640px]'
}`}
>
<TableHeader>
<TableRow class="bg-surface-alt/95 text-muted">