From c8273cd413e9b2c8eef6d288f9f861a36d644e3d Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Fri, 6 Feb 2026 15:26:54 +0530 Subject: [PATCH] refactor: adjust column widths for status in DocumentsTableShell component --- .../components/DocumentsTableShell.tsx | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsTableShell.tsx b/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsTableShell.tsx index ee08e0baf..8c142edcc 100644 --- a/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsTableShell.tsx +++ b/surfsense_web/app/dashboard/[search_space_id]/documents/(manage)/components/DocumentsTableShell.tsx @@ -372,11 +372,11 @@ export function DocumentsTableShell({ )} - {columnVisibility.status && ( - - - - )} + {columnVisibility.status && ( + + + + )} Actions @@ -415,7 +415,7 @@ export function DocumentsTableShell({ )} {columnVisibility.status && ( - + )} @@ -544,14 +544,14 @@ export function DocumentsTableShell({ )} - {columnVisibility.status && ( - - - - Status - - - )} + {columnVisibility.status && ( + + + + Status + + + )} Actions @@ -647,11 +647,11 @@ export function DocumentsTableShell({ )} - {columnVisibility.status && ( - - - - )} + {columnVisibility.status && ( + + + + )}