mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-05 07:08:42 +00:00
Remove recovery table inline styles from live demo
This commit is contained in:
parent
cb257180ae
commit
80fe2baa5a
3 changed files with 16 additions and 2 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue