• Resolved Seise

    (@seise)


    I’ve got a problem with my pages, when I write text I get a linebreak och a word break every now and then. Is there anyway to avoid this? Can I make the longer words to jump to next line instead with som code in CSS?

    Screenshot: https://i.imgur.com/jrD7gEP.jpg

Viewing 1 replies (of 1 total)
  • Thread Starter Seise

    (@seise)

    I found it my self, I just “closed” a bit of code in Style.css like this:

    .site-content article {
    	border-bottom: 1px solid #eee;
    	word-wrap: break-word;
    	-webkit-hyphens: auto;
    	/*-moz-hyphens: auto;*/
    	hyphens: auto;
Viewing 1 replies (of 1 total)
  • The topic ‘Cuts in text’ is closed to new replies.