• Resolved Ben

    (@bene-2)


    Hi there again!

    The display of the columns are breaking if you are using a word, which is too long.

    Screenshot

    It only happens in the backend so it’s not a big deal. ??

    Maybe an easy fix would be like word-break: break-all(?).

    Thanks for your effort!

    • This topic was modified 4 years, 9 months ago by Ben.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author helpful

    (@helpfuldev)

    @-bene- does word-break: break-word; work for you?

    Note: In contrast to word-break: break-word and overflow-wrap: break-word (see overflow-wrap), word-break: break-all will create a break at the exact place where text would otherwise overflow its container (even if putting an entire word on its own line would negate the need for a break).

    https://developer.mozilla.org/en-US/docs/Web/CSS/word-break

    • This reply was modified 4 years, 9 months ago by helpful. Reason: Remove unsupported tag
    Thread Starter Ben

    (@bene-2)

    Yes, word-break: break-word; is fixing this as well (tested via developer tools).
    Is there a way to enqueue this in the backend css?

    Plugin Author helpful

    (@helpfuldev)

    Indeed! If you install the latest (v1.1.8) you should find this change has been applied. You may need to clear your browser cache or refresh the page with developer tools open. Let me know if this helps or gives you any trouble!

    Thread Starter Ben

    (@bene-2)

    Wow, awesome, it is working now with the latest update. Thanks again and keep it up! ??

    Plugin Author helpful

    (@helpfuldev)

    Thank you, @-bene-! Marking this one as resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Columns breaking in backend using too long words’ is closed to new replies.