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 99d870e commit 7a72025Copy full SHA for 7a72025
dashboard/ai-analytics/src/app/components/DataTable.tsx
@@ -548,7 +548,7 @@ export default function DataTable({
548
</button>
549
</div>
550
551
- <div className="space-y-2 max-h-[400px] overflow-y-auto">
+ <div className="space-y-2 max-h-[400px] overflow-y-auto pr-4">
552
{columns.map(column => (
553
<div key={column.id} className="flex items-center justify-between py-2">
554
<span className="text-[#F4F4F4]">{column.label}</span>
0 commit comments