@@ -87,29 +87,29 @@ function copyResult(): void {
8787
8888<template >
8989 <div class =" flex flex-col h-full min-h-0" >
90- <div class =" flex items-center gap-3 px-3 py-1.5 border-b border-base min-h-9 text-xs color-muted font-mono tabular-nums" :class =" { 'op-fade': statsStale }" >
90+ <div class =" flex items-center gap-3 px-3 py-1.5 border-b border-base min-h-9 text-xs ws-nowrap color-muted font-mono tabular-nums flex-wrap " :class =" { 'op-fade': statsStale }" >
9191 <template v-if =" stats " >
9292 <span class =" flex items-center gap-1" ><span class =" op50" >jora</span > <DisplayDuration :ms =" stats .queryMs " colorize /></span >
93- <div class =" h-full border-r border-base" />
94- <span class =" flex items-center gap-1" ><span class =" op50" >normalize </span > <DisplayDuration :ms =" stats .normalize .ms " colorize /></span >
95- <div class =" h-full border-r border-base" />
93+ <div class =" h-5 border-r border-base" />
94+ <span class =" flex items-center gap-1" ><span class =" op50" >norm </span > <DisplayDuration :ms =" stats .normalize .ms " colorize /></span >
95+ <div class =" h-5 border-r border-base" />
9696 <span class =" flex items-center gap-1" ><span class =" op50" >rpc</span > <DisplayDuration :ms =" stats .rpcMs " colorize /></span >
97- <div class =" h-full border-r border-base" />
98- <span class =" flex items-center gap-1" ><span class = " op50 " >payload</ span > < DisplayBytes :bytes =" stats .payloadBytes " colorize /></span >
99- <div class =" h-full border-r border-base" />
97+ <div class =" h-5 border-r border-base" />
98+ <span class =" flex items-center gap-1" ><DisplayBytes :bytes =" stats .payloadBytes " colorize /></span >
99+ <div class =" h-5 border-r border-base" />
100100 <span >{{ stats.normalize.nodes }} <span class =" op50" >nodes</span ></span >
101101 <template v-if =" stats .normalize .refs " >
102- <div class =" h-full border-r border-base" />
102+ <div class =" h-5 border-r border-base" />
103103 <span >{{ stats.normalize.refs }} <span class =" op50" >refs</span ></span >
104104 </template >
105105 <DisplayBadge v-if =" stats .normalize .truncatedEntries || stats .normalize .truncatedDepth " :color =" 12 " text="truncated" />
106106 <template v-if =" lastRunAt " >
107- <div class =" h-full border-r border-base" />
108- <span class =" flex items-center gap-1" ><span class = " op50 " >ran</ span > < DisplayDate :date =" lastRunAt " live /></span >
107+ <div class =" h-5 border-r border-base" />
108+ <span class =" flex items-center gap-1" ><DisplayDate :date =" lastRunAt " live /></span >
109109 </template >
110110 </template >
111111 <span v-else class =" op-fade select-none" >no query run yet</span >
112- <div class =" flex-1 " />
112+ <div class =" flex-auto " />
113113 <span v-if =" running" class =" flex items-center gap-1.5 color-faint" >
114114 <span class =" i-ph:circle-notch animate-spin" />
115115 running
0 commit comments