We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631febc commit e8a8439Copy full SHA for e8a8439
pages/tools/components/ToolingTable.tsx
@@ -117,11 +117,11 @@ const ToolingTable = ({
117
</div>
118
)}
119
120
- <div className='overflow-x-auto'>
+ <div className='overflow-x-hidden'>
121
{/* Desktop Table */}
122
<table className='hidden lg:table min-w-full bg-white dark:bg-slate-800 border border-gray-200'>
123
<thead>
124
- <tr className='flex w-full min-w-[976px]'>
+ <tr className='flex w-full min-w-[860px]'>
125
<TableSortableColumnHeader
126
sortBy='name'
127
transform={transform}
0 commit comments