Skip to content

Alert management list spacing

David O'Regan requested to merge alert-management-list-spacing into master

What does this MR do?

A small MVC for #225740 (closed)

In this merge request we remove the extra padding class gl-pl-9 which is not needed and throws off the alignment for both table cells and table header cells: td && th.

Instead we add a new class called sortable-cell which applies the same amount of padding to the table body cells as the header cells which are sortable, thus aligning the content.

Now all the table cells are correctly aligned and scale for all screen sizes: xs <-> xl

Screenshots

Before After
Screenshot_2020-07-20_12-44-23 Screenshot_2020-07-20_19-08-16

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by David O'Regan

Merge request reports