chore(pagination): fix visual inconsitency in compact story
- Related issue: #444 (closed)
This fixes as small visual diff when GitLab's CSS is included in the compact pagination story. The diff was caused by the presence of a small line of text below the pagination, which had a different font size with and without GitLab's CSS.
Now that we include utilities in Storybook, we can apply the .gl-font-base
utility class on this particular story to suppress this visual diff.
Edited by Paul Gascou-Vaillancourt