2.9.0 release - query table display seems to have regressed

query table display

I have the following query in 2.4.1 release

${query[[
from index.tag "page"
where favourite == 'Y'
select {
ref = _.ref,
area = _.ref.split("/")[1],
}
order by _.ref.split('/')[1], ref
]]}

which results in the following table display

Screen Shot 2026-07-09 at 3.02.44 pm

I upgraded to the latest build 2.9 as below

Screen Shot 2026-07-09 at 3.04.05 pm

same query produces the following table display

Screen Shot 2026-07-09 at 3.05.21 pm

The headings no longer align correctly and the ref value does not appear as a link

should I update github issue?

Thanks