• JJNW

    (@jjnw)


    I run mass tests, and in Edge browser, a continuous line of letters wouldn’t break.

    Here is the fix:

    
    #af-wrapper .post-wrapper {
     word-wrap:break-word !important;
    word-break:break-all !important;
    }
    
  • The topic ‘Words not wrapping in Microsoft Edge – Fixed it’ is closed to new replies.