Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Jan 23, 2025
1 parent e0a6754 commit c869710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/SearchPage/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const Table: FC<TableProps> = ({
{data.length !== 0 ? (
<table className='min-w-full text-left border-collapse'>
<thead>
<tr className='border-gray-300 border-b'>
<tr className='border-gray-400 border-b mb-100'>
<th className='px-2 py-3 md:pl-6 text-xs text-gray-500 cursor-pointer text-left'>
{selectedSeqs.size > 0 && (
<MaterialSymbolsClose className='inline w-3 h-3 mx-0.5' onClick={clearSelection} />
Expand Down

0 comments on commit c869710

Please sign in to comment.