• hashmil

    (@hashmil)


    On the mobile view it seems that the text gets cropped off – and unable to even scroll to see it.

    I’ve used this temporary fix, which works on Chrome, and Safari on iOS.

    div.enlighter {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    Hope there is an option within the plugin that allows to enable this. Or maybe have it work like this as default.

    Not sure if this is a bug. If so I’m happy to submit it to GitHub.

    The page I need help with: [log in to see the link]

  • The topic ‘[FIX] Mobile responsive view text overflow cropped off’ is closed to new replies.