File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/components/CodeViewer Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ function CodeInterpreter({
255
255
< div className = 'flex items-center' > { hideTableResultButton ( ) } </ div >
256
256
< div className = 'flex items-end min-h-[28px]' >
257
257
{ show_statistics && results ?. response ?. statistics && (
258
- < div className = { `whitespace-pre-wrap text-[${ windowWidth > 600 ? '12' : '10' } px] mx-auto italic ${ chart ? 'ml-[8px ]' : '' } ` } >
258
+ < div className = { `whitespace-pre-wrap text-[${ windowWidth > 600 ? '12' : '10' } px] mx-auto italic ${ chart ? 'ml-[14px ]' : '' } ` } >
259
259
{ windowWidth > 600 ? `Read ${ formatReadableRows ( results . response . statistics . rows_read ) } rows and ${ formatBytes ( results . response . statistics . bytes_read ) } in ${ roundToDynamicPrecision ( results . response . statistics . elapsed ) } secs` :
260
260
`Read ${ formatReadableRows ( results . response . statistics . rows_read ) } rows in ${ roundToDynamicPrecision ( results . response . statistics . elapsed ) } secs` }
261
261
</ div >
You can’t perform that action at this time.
0 commit comments