How do I fix this:

So that one way or the other, I have uniformity of the two lines without switching to monospaced?
How do I fix this:

So that one way or the other, I have uniformity of the two lines without switching to monospaced?
You can set the header style as the following:
style:
whiteSpace:pre
Then under the column header title you can do the following:
"1st"+
"\n"
+"Planned"
+"\n"
+"DT"
Bind as an expression

Once you have one multi-line block you can copy and paste it around instead of binding:

There is probably an easier solution but I use this method for everything from tables, labels, tooltips, etc.
Thanks so much