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
Cheers
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
Cheers
<pre><span><style>
[data-test="tile-item"] .tile-subtitle {
white-space: break-spaces;
}
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.