How to handle long text that should be also searchable
I have this row, where the content highlighted in red is searchable. I expect it always to be visible, but we have some corner cases where this content can be quite long and hidden behind ellipsis (css line clamped). However, we need this data to be present too, so I considered using tooltip for the rest of content hidden behind ellipsis. Do you think it's a good idea or there are some other ways?