Longer Display Names Not Being Centered

Hi, I am on Grafana v12.1.0 and I am trying to create a simple dashboard with some stat panels. Everything has worked out fine so far but when I have a longer display name that needs to take up multiple lines, the display name then gets left-aligned instead of centered. I have looked all over for others reporting about this issue but I do not see anything regarding this issue so I am wondering if I missing something simple. I have posted a screenshot of an example of this along with my panel JSON for the stat panel. Any advice would be great, thanks!

Example:

Panel JSON:
{“id”:5,“type”:“stat”,“title”:“”,“gridPos”:{“x”:8,“y”:9,“h”:9,“w”:8},“fieldConfig”:{“defaults”:{“mappings”:,“thresholds”:{“mode”:“absolute”,“steps”:[{“color”:“green”,“value”:null}]},“color”:{“mode”:“thresholds”}},“overrides”:},“pluginVersion”:“12.1.0”,“targets”:[{“dataset”:“x”,“datasource”:{“type”:“x”,“uid”:“x”},“editorMode”:“code”,“format”:“table”,“rawQuery”:true,“rawSql”:“select ‘XX’ as ‘Some Longer Title Here jlksldkfjlksjlkjldfsdf’;”,“refId”:“A”,“sql”:{“columns”:[{“parameters”:,“type”:“function”}],“groupBy”:[{“property”:{“type”:“string”},“type”:“groupBy”}],“limit”:50}}],“datasource”:{“type”:“x”,“uid”:“x”},“options”:{“reduceOptions”:{“values”:false,“calcs”:[“lastNotNull”],“fields”:“/.*/”},“orientation”:“horizontal”,“textMode”:“value_and_name”,“wideLayout”:false,“colorMode”:“value”,“graphMode”:“area”,“justifyMode”:“center”,“showPercentChange”:false,“percentChangeColorMode”:“standard”,“text”:{“valueSize”:100}}}

Welcome @intgrafana to the Grafana forum.

I experimented with this and you are correct. When the text is so long that it wraps to a second line, the Text Alignment (“Auto” and “Center”) toggle only applies to the value being shown, not the text (name) above it.