The nowrap CSS for extlink is causing overflow issues with long external links, particularly on mobile devices.

.extlink-nobreak {
white-space: nowrap;
}

As seen on example page on mobile: https://www.nonprofitdrupal.org/event/drupal-user-group-berlin-november-...

Comments

w01f created an issue. See original summary.

smustgrave’s picture

Status: Active » Closed (duplicate)