Skip to content

Commit

Permalink
set table min width
Browse files Browse the repository at this point in the history
fix width
  • Loading branch information
deniseli committed Aug 20, 2024
1 parent 3888a92 commit fba125c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/features/calls/CallList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const CallList = ({ calls }: { calls: CallEvent[] | undefined }) => {
}

return (
<div className='flex flex-col h-full relative'>
<div className='flex flex-col h-full relative min-w-[710px]'>
<div className='border border-gray-100 dark:border-slate-700 rounded h-full absolute inset-0'>
<table className={'w-full table-fixed text-gray-600 dark:text-gray-300'}>
<thead>
Expand Down

0 comments on commit fba125c

Please sign in to comment.