It is better if phone links do not wrap onto the next line. Thankfully, this is easy to prevent using some simple CSS.
a[href^="tel:"] { white-space: nowrap; }

It is better if phone links do not wrap onto the next line. Thankfully, this is easy to prevent using some simple CSS.
a[href^="tel:"] { white-space: nowrap; }