The text breaks out of the container by about 20 pixels until I re-size even 1 pixel.
I had to disable the width check on the window resize event so I could trigger with the window resize event to handle the issue.
I am using border-box on everything, but the container has no padding, margin, or border.