Skip to content

fix(pagination): Prevent text wrap in pagination links

Paul Gascou-Vaillancourt requested to merge pagination-links-nowrap into master

This MR addresses https://gitlab.com/gitlab-org/gitlab-ce/issues/63702

What does this MR do?

The .text-nowrap utility class has been added on the pagination component to prevent labels from being wrapped, which would result in rendering issue on small viewports.

Before After
render issue fixed
Edited by Paul Gascou-Vaillancourt

Merge request reports