And Basic css Table tricks?

Try this:

<pre><span><style>
[data-test="app-st-item-label"] {
white-space: break-spaces !important;
}

.sts-row {
    height: auto !important;
    padding: 10px 0;
}

@ThinhDinh beat me to the CSS…but include the .sts-row class is you have lots of text.

3 Likes