Mango-information-systems / twitto_be

twitto_be is a real-time tweets analytics dashboard
https://twitto.be
Other
12 stars 2 forks source link

metrics overlap labels in Safari #136

Closed mef closed 6 years ago

mef commented 6 years ago

In Safari, the tweet count metrics overlap with the legend labels (inside the "tweets in the last 24 hours" card).

Affects at least Safari 8 and 9.1, on OSX, iPhone 6 and and iPad mini (confirmed using browserstack.com).

Screenshot:

macyos_safari_8 0

mef commented 6 years ago

Problematic portion of code is certainly the following:

<text x="155" y="20" dy=".9em" style="text-anchor:end">
    <tspan id="replyCount">2789</tspan>
    <tspan>replies</tspan>
</text>

text-anchor is certainly inherited by tspan differently in Safari...