Vulnerability Report: Status cell content is not left aligned

Problem

On the Vulnerability Report page, the Status cell content is right aligned. This used to be left-aligned. I believe this was changed to fix an issue on the mobile view (to have it nicely right-aligned in that case).

Screenshot_2025-08-13_at_20.38.14Screenshot_2025-08-14_at_08.37.01

There is right text alignment for mobile breakpoint by default for the table:

Screenshot_2025-08-20_at_09.22.04

This does not work for the status cell however because it's using flexbox. That's why gl-justify-end was probably added, but this makes it always right-aligned.

Solution

  1. Left align content by default (dismissal reason badge can be on 2nd line if needed)
  2. Right align on mobile table view (use Tailwind breakpoints)
Edited by 🤖 GitLab Bot 🤖