When using a tooltip on a <span> element near the left edge, the tooltip appears far to the right instead of below the word. ### Environment It appears only on Chromium-based browsers: Chrome, Chromium, MS Edge. It works as expected on Firefox. ``` <span data-placement="bottom" data-tooltip="This is the very the middle of the day when the sun is highest" >around</span > ``` 