Tile's Details Text in multiple lines

Hi everyone,
is there a CSS code I can use to get the “Details” text of a Tile into multiple lines? Now it is truncated with the “…” at the end.

Thanks a lot guys :smiley:

Cheers

<pre><span><style>
[data-test="tile-item"] .tile-subtitle {
  white-space: break-spaces;
}
2 Likes

Gosh I love this community…Thanks a lot @Darren_Murphy

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.