fix: Remove unnecessary whitespace in table headers across multiple components

This commit is contained in:
Chop
2025-06-21 21:56:20 +02:00
parent f83cc8e564
commit 96da5212d4
4 changed files with 100 additions and 53 deletions

View File

@@ -380,10 +380,10 @@ export default function ProjectTasksSection({ projectId }) {
</th>
<th className="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
Priority
</th>
</th>{" "}
<th className="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
Max Wait
</th>{" "}
</th>
<th className="px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
Date Started
</th>