Fix header not left aligned with row contents on vulnerability table
From this comment:
@dftian suggestion(non-blocking): Not sure if there is an open issue for this, but I noticed that some of the table heading labels are not left aligning to the content below:
Table header - left alignment
/cc @beckalippert
and this reply:
@lvanc Thanks for the report, the table adds extra left padding to the header when the column is sortable and the sort arrow is to the left of the header text:
This is something that
GlTable
does internally, so everyGlTable
with sortable columns with the sort arrow on the left will run into the same issue, for example the alerts table (see the severity column):
https://docs.gitlab.com/ee/operations/incident_management/alerts.html
and the compliance report:
I will create an issue for it, but that this may end up being a "fix it for all tables" issue rather than specifically for the vulnerability report. +cc @beckalippert