Use CSS to reveal hidden text.
I’ll often use CSS to reveal text that’s cropped in Basic Tables, Tile Titles, etc.
Before:
After:
<pre><span><style>
[data-test="app-st-item-label"] {
white-space: break-spaces !important;
}
.sts-row {
height: auto !important;
padding: 10px 0;
}