Split Text chars allow words to break unexpectedly Version 3.1.8.6

Hi Bricksforge team,

I noticed an issue with the Split Text feature when using chars in Version 3.1.8.6. Some words break in the middle on smaller screen sizes, for example “Unternehmen” breaks into “Unter” and “nehmen”.

The generated markup wraps each word in .brf-split-words and each character in .brf-split-chars, but the word wrapper does not seem to prevent mid-word line breaks.

Expected behavior: words should stay together and only wrap between words, even when chars are split for animation.

Thanks!