Skip to content

Commit 7fdff29

Browse files
committed
Reduce date cell width
1 parent 1f74788 commit 7fdff29

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/app/trackers/classically-verifiable-problems/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ export function SubmissionsTable(props: {
6565
const circuitInstances = flattenInstances(circuitModels);
6666

6767
return (
68-
<Table className="min-w-332 table-fixed">
68+
<Table className="min-w-328 table-fixed">
6969
<TableHeader>
7070
<TableRow>
71-
<TableHead className="w-28">
71+
<TableHead className="w-24">
7272
Date <ArrowDownIcon size={16} className="float-end mt-0.5" />
7373
</TableHead>
7474
<TableHead className="w-64 min-w-64">Name / Institutions</TableHead>

src/app/trackers/observable-estimations/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ export function SubmissionsTable(props: {
6666
const circuitInstances = flattenInstances(circuitModels);
6767

6868
return (
69-
<Table className="min-w-332 table-fixed">
69+
<Table className="min-w-328 table-fixed">
7070
<TableHeader>
7171
<TableRow>
72-
<TableHead className="w-28">
72+
<TableHead className="w-24">
7373
Date <ArrowDownIcon size={16} className="float-end mt-0.5" />
7474
</TableHead>
7575
<TableHead className="w-64 min-w-64">Name / Institutions</TableHead>

src/app/trackers/variational-problems/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ export function SubmissionsTable(props: {
6565
const hamiltonianInstances = flattenInstances(hamiltonians);
6666

6767
return (
68-
<Table className="min-w-332 table-fixed">
68+
<Table className="min-w-328 table-fixed">
6969
<TableHeader>
7070
<TableRow>
71-
<TableHead className="w-28">
71+
<TableHead className="w-24">
7272
Date <ArrowDownIcon size={16} className="float-end mt-0.5" />
7373
</TableHead>
7474
<TableHead className="w-64 min-w-64">Name / Institutions</TableHead>

0 commit comments

Comments
 (0)