Increase Title column width to 450px

This commit is contained in:
christian.vidal
2026-01-29 20:12:19 +01:00
parent 37fa2acf40
commit fc941bbac7
+1 -1
View File
@@ -1005,7 +1005,7 @@ const DataGrid: React.FC<DataGridProps> = ({ data, hasCustomerFilter, adsData, s
return (
<th
key={dim}
className={`px-4 py-3 border-b border-border cursor-pointer hover:text-white group bg-slate-950 ${dim === 'title' ? 'min-w-[300px]' : 'min-w-[150px]'}`}
className={`px-4 py-3 border-b border-border cursor-pointer hover:text-white group bg-slate-950 ${dim === 'title' ? 'min-w-[450px]' : 'min-w-[150px]'}`}
onClick={() => requestSort(dim)}
>
<div className="flex items-center">