fix: Remove unnecessary whitespace in table headers across multiple components
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user