Hey everyone!
I have some long URLs on a single line that I want to truncate at the width of the element. However, checking “Cut off content if the element is not tall enough” does not accomplish what I expect.
See below (left element “cut off content…” is checked, right element it is not)
I want to have it look something like “https://www.linkedin.com…” but the underlying dynamic link still be valid.
I tried adding custom ellipsis overflow CSS as follows and that gets me closer but no matter what I do I cannot set the width or max-width of the element in that situation to indicate where to truncate and add the “…” I thought I wouldn’t need to indicate that since it would inherit the width from the (responsive) parent element.

Anyone have any ideas of how I could solve this? @mikeloc? @romanmg? Am I overthinking this?
Thank you in advance!

