Changing Line Height of Label

So i’m using the Ui Toolkit for the first time and it’s a rollercoaster :smile:
I am using 2021.3.6f1 and struggling to find a way to change the text’s line height in a label component.
There are options for letter, word and paragraph spacing but not for line height.

I don’t care if it’s via C# script or any other workaround, appreciate any help on this.

The line-height css property is not supported for whatever reason. Instead, you have to wrap your text with tmpro rich text tags, like this: Rich Text, TextMesh Pro Documentation

Oh, i see. Yeah that works, Thanks!