style: Increase column widths for improved readability in ProjectListPage table
This commit is contained in:
@@ -169,19 +169,19 @@ export default function ProjectListPage() {
|
|||||||
<table className="w-full table-fixed">
|
<table className="w-full table-fixed">
|
||||||
<thead>
|
<thead>
|
||||||
<tr className="bg-gray-100 border-b">
|
<tr className="bg-gray-100 border-b">
|
||||||
<th className="text-left px-2 py-3 font-semibold text-xs text-gray-700 w-16">
|
<th className="text-left px-2 py-3 font-semibold text-xs text-gray-700 w-32">
|
||||||
No.
|
No.
|
||||||
</th>
|
</th>
|
||||||
<th className="text-left px-2 py-3 font-semibold text-xs text-gray-700">
|
<th className="text-left px-2 py-3 font-semibold text-xs text-gray-700">
|
||||||
Project Name
|
Project Name
|
||||||
</th>
|
</th>
|
||||||
<th className="text-left px-2 py-3 font-semibold text-xs text-gray-700 w-20">
|
<th className="text-left px-2 py-3 font-semibold text-xs text-gray-700 w-40">
|
||||||
WP
|
WP
|
||||||
</th>
|
</th>
|
||||||
<th className="text-left px-2 py-3 font-semibold text-xs text-gray-700 w-20">
|
<th className="text-left px-2 py-3 font-semibold text-xs text-gray-700 w-20">
|
||||||
City
|
City
|
||||||
</th>
|
</th>
|
||||||
<th className="text-left px-2 py-3 font-semibold text-xs text-gray-700 w-32">
|
<th className="text-left px-2 py-3 font-semibold text-xs text-gray-700 w-40">
|
||||||
Address
|
Address
|
||||||
</th>
|
</th>
|
||||||
<th className="text-left px-2 py-3 font-semibold text-xs text-gray-700 w-20">
|
<th className="text-left px-2 py-3 font-semibold text-xs text-gray-700 w-20">
|
||||||
|
|||||||
Reference in New Issue
Block a user