• Resolved R-Nation

    (@r-nation)


    I entered the following CSS snippet to eliminate hyphens; it didn’t work. Any recommendations?

    body {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    }

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Turning off hyphenation snippet didn't work’ is closed to new replies.