File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
classically-verifiable-problems Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments