Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MBS-12437 / MBS-12438: Limit overflow-wrap even more #2561

Merged
merged 1 commit into from Jun 7, 2022

Commits on Jun 7, 2022

  1. MBS-12437: Limit overflow-wrap even more

    Even after commit 4f47d6a limited
    overflow-wrap to just <a> elements and edit notes, there are
    still a bunch of things wrapping that probably should not,
    and a lot of it seems to happen even when there's nothing that is
    really long enough to require wrapping in the first place,
    especially in tables with lots of columns.
    As such, this commit reverts the generic overflow-wrap for <a>
    and takes a bit-by-bit approach starting from the minimum
    amount of wrapped things: entity headers (where anything too long
    will break the interface for no good use), and URL entity links
    (which can get really long), both on EntityLink and in the
    Edit URL edit display.
    The added wrapping for edit note texts hasn't caused complaints
    so far, and tags on tag lists already had overflow-wrap for a long
    time now without complaints, so leaving those in too.
    reosarevok committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    f30d17b View commit details
    Browse the repository at this point in the history