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).
There is right text alignment for mobile breakpoint by default for the table:
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
- Left align content by default (dismissal reason badge can be on 2nd line if needed)
- Right align on mobile table view (use Tailwind breakpoints)
Edited by 🤖 GitLab Bot 🤖


