Resize font-size based on screed width-size

Sometimes you have single line of text, like a header, that might contain a longer word, and it will be cut off or put on 2 lines on small screens.

How about to let bubble resize the font to fit the whole word on 1 line on narrow screens

1 Like

You can currently do this using conditionals based on page width, but it’s not automated in any sort of manner and you can’t rely on it for dynamic text where you don’t explicitly control the length.

1 Like