Improve the size of pipeline jobs badges

Description

If you give jobs names which are longer than a few characters (~15), the job name gets trimmed and suffixed with an ellipsis:

image

This makes perfect sense when the pipeline has many stages which can't fit the width of the screen, but, in many situations, that's not the case: the screen has enough room to display the full name of each job.

Having all of them trimmed when you've spent some time trying to give them a meaningful name, is quite annoying.

Proposal

Making them more "responsive" by using as much space (width) is available in the viewport, would solve the problem.