I am encountering an issue with the layout of my outer container, which contains a column of numbers and animated text. The problem arises when the animated text, supposed to be beside the number column, drops under the numbers before bouncing back up as it reaches the outer container, eventually breaking out.
Despite attempting to use the word-wrap:
property on the animated text div, I have not been able to resolve the issue. It seems like a combination of floats, overflows, and word-wrap might be the solution, but I cannot seem to find the correct mix.
The animation is being handled by typed.js plugin.
You can view a working example on this fiddle