From 19df2d04e4af7c654c301234932339d0714a0102 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Fri, 10 Apr 2026 10:02:26 +0200 Subject: [PATCH] Move filter icon closer to header text in ArticleDetails --- src/components/ArticleDetails.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ArticleDetails.tsx b/src/components/ArticleDetails.tsx index 6e3f81d..6319f18 100644 --- a/src/components/ArticleDetails.tsx +++ b/src/components/ArticleDetails.tsx @@ -228,7 +228,7 @@ export function ArticleDetails({ data, onEdit, rowStatuses }: ArticleDetailsProp className="px-3 py-3 font-medium transition-colors select-none group relative border-r border-slate-700/30" style={{ width: columnWidths[col] || 'auto', minWidth: columnWidths[col] || 'auto' }} > -
+
handleSort(col)}> {label} {sortCol === col && (