Skip to content

Fix misaligned buttons for CI Jobs page

Mireya Andres requested to merge fix-misaligned-job-buttons-24395 into master

What does this MR do?

The buttons in the Jobs page are misaligned on smaller screens because of the float: right property. Setting the display to flex ensures that the buttons will show up inline for all screen sizes.

Issue: #24395 (closed)

Screenshots (strongly suggested)

Before After
Screen_Shot_2020-11-23_at_16.36.20 Screen_Shot_2020-11-23_at_16.36.53

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 Mireya Andres

Merge request reports