Hello Annie,

In your Admin Dashboard go to the Custom CSS field of the Custom Code section in Integral Options panel and enter the following CSS code,

@media (max-width: 767px)
.h1, .h2, .h3, h1, h2, h3, h4 {
word-wrap: none;
}

That should do what you need.