I am sure there’s tons of these already - I found a few but they’re from 2019-2022, but we recently (last year) got a massive update to Bubble.io that I am not aware of (what features).
Has anyone figured out how to keep the text displayed when the text box is set to a max width, but the text will exceed that width?
IE: If it’s multiple words it stays, but if it’s a single word then it disappears.
Sample: thisisaverylongwordwithabsolu… (normally this would disappear)
Edit 1: On the backend when building the app it displays, but the moment I refresh the preview of the page then it disappears there.
Here’s the property editor for the 75px max height. It will still work with “Fit height to content” enabled. Just take note that the max height of your text (or any element for that matter) will also be affected by its parent group’s height.
This is just how HTML text elements are with long words. Bubble or not. You’re going to have either use the truncate solution, or mess with some CSS/HTML.
I just ignore this in most situations since i it’s just edge cases. Not worth the time IMO.