Has anyone been able to truncate a string of words by characters responsively? Right now, Bubble truncates things by words, instead of characters – they don’t even load the whole string when it’s truncated (they automatically truncate it), so I can’t use CSS to manipulate the truncation behavior.
The :truncate operator doesn’t necessarily work, because I want it to truncate responsively (to prevent overflowing), but I don’t want to have a fixed truncate to character #
This is the only thing that I can think of. Is this what you are looking for potentially? I know it is kind of convoluted, but I have used it before and I think it works pretty well.