Skip to main content

Word Wrap

28th October, 2022

Updated: 28th October, 2022

    .word-wrap {
      /*Word break*/
            -ms-word-break: break-all;
            -epub-word-break: break-all;
            word-break: break-all;
    
        /*Non standard for webkit*/
            word-break: break-word;
    
            -webkit-hyphens: auto;
            -moz-hyphens: auto;
    
            -epub-hyphens: auto;
            hyphens: auto;
    
    }

    f88feb7e-ccc9-4da0-b330-da44decd7672

    Created on: 28th October, 2022

    Last updated: 28th October, 2022

    Tagged With: