File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed
classically-verifiable-problems Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ export function SubmissionsTable(props: {
100100 { formatDate ( submission . createdAt ) }
101101 </ time >
102102 </ TableCell >
103- < TableCell className = "whitespace-normal" >
103+ < TableCell className = "wrap-break-word whitespace-normal" >
104104 < a
105105 href = { submission . url }
106106 target = "_blank"
@@ -116,7 +116,7 @@ export function SubmissionsTable(props: {
116116 </ div >
117117 </ TableCell >
118118 < TableCell className = "whitespace-normal" > { submission . method } </ TableCell >
119- < TableCell className = "break-all whitespace-normal" >
119+ < TableCell className = "wrap- break-word whitespace-normal" >
120120 < a
121121 href = { getCircuitInstanceUrl ( 'classically-verifiable-problems' , circuitInstance ) }
122122 target = "_blank"
@@ -126,8 +126,8 @@ export function SubmissionsTable(props: {
126126 { circuitInstance . id }
127127 </ a >
128128 </ TableCell >
129- < TableCell className = "whitespace-normal" > { circuitInstance . qubits } </ TableCell >
130- < TableCell className = "whitespace-normal" > { circuitInstance . gates } </ TableCell >
129+ < TableCell > { circuitInstance . qubits } </ TableCell >
130+ < TableCell > { circuitInstance . gates } </ TableCell >
131131 < TableCell > { submission . value } </ TableCell >
132132 < TableCell >
133133 < div >
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ export function SubmissionsTable(props: {
120120 </ div >
121121 </ TableCell >
122122 < TableCell className = "whitespace-normal" > { submission . method } </ TableCell >
123- < TableCell className = "break-all whitespace-normal" >
123+ < TableCell className = "wrap- break-word whitespace-normal" >
124124 < a
125125 href = { getCircuitInstanceUrl ( 'observable-estimations' , circuitInstance ) }
126126 target = "_blank"
@@ -130,11 +130,11 @@ export function SubmissionsTable(props: {
130130 { circuitInstance . id }
131131 </ a >
132132 </ TableCell >
133- < TableCell className = "whitespace-normal" > { circuitInstance . qubits } </ TableCell >
134- < TableCell className = "whitespace-normal" > { circuitInstance . gates } </ TableCell >
135- < TableCell >
136- < div className = "break-all whitespace-normal" > { submission . observableValue } </ div >
137- < div className = "break-all whitespace-normal" >
133+ < TableCell > { circuitInstance . qubits } </ TableCell >
134+ < TableCell > { circuitInstance . gates } </ TableCell >
135+ < TableCell className = "wrap-break-word whitespace-normal" >
136+ < div > { submission . observableValue } </ div >
137+ < div >
138138 [{ submission . errorBoundHigh || 'N/A' } , { submission . errorBoundLow || 'N/A' } ]
139139 </ div >
140140 </ TableCell >
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ export function SubmissionsTable(props: {
119119 </ div >
120120 </ TableCell >
121121 < TableCell className = "whitespace-normal" > { submission . method } </ TableCell >
122- < TableCell className = "break-all whitespace-normal" >
122+ < TableCell className = "wrap- break-word whitespace-normal" >
123123 < a
124124 href = { getHamiltonianUrl ( hamiltonianInstance ) }
125125 target = "_blank"
@@ -129,11 +129,11 @@ export function SubmissionsTable(props: {
129129 { submission . hamiltonian }
130130 </ a >
131131 </ TableCell >
132- < TableCell className = "whitespace-normal" > { submission . qubits } </ TableCell >
133- < TableCell className = "whitespace-normal" > { submission . gates } </ TableCell >
134- < TableCell >
135- < div className = "break-all whitespace-normal" > { submission . energy } </ div >
136- < div className = "break-all whitespace-normal" >
132+ < TableCell > { submission . qubits } </ TableCell >
133+ < TableCell > { submission . gates } </ TableCell >
134+ < TableCell className = "wrap-break-word whitespace-normal" >
135+ < div > { submission . energy } </ div >
136+ < div >
137137 [{ submission . errorBoundHigh || 'N/A' } , { submission . errorBoundLow || 'N/A' } ]
138138 </ div >
139139 </ TableCell >
You can’t perform that action at this time.
0 commit comments