Multiple whitespaces being auto trimmed

I'm not sure is it a bug or intended to be like that. Latest version being used v0.42.2.
My db values affected but as a sample, query like

select '1    text    1        2' as text

Even from sample database is shown in the table view as:
"1 text 1 2"
Is there some configuration which enable "nice" not only for fields and columns but for an output also?
image

Hi @agomnemon
It is intended behavior. There's a request for preserving whitespaces:
https://github.com/metabase/metabase/issues/11207 - upvote by clicking :+1: on the first post