• Resolved solutionsphp

    (@solutionsphp)


    front.css includes hyphens: auto and I can’t seem to override this. front.css is loaded after my stylesheet but using !important doesn’t help.

    .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column {
    	word-break: normal !important;
        word-wrap: normal !important;
    	-webkit-hyphens: none !important;
            -ms-hyphens: none !important;
    	hyphens: none !important;
    }

    The only thing that worked was editing front.css but this is obviously not a good solution. How to override in my stylesheet?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to override hyphenation?’ is closed to new replies.