Skip to content

Fix gap on project select dropdown

Jarek Ostrowski requested to merge 283825-split-button-gap-mr into master

What does this MR do?

Closes #283825 (closed). Fixes the large gap between the shortcut button to create a merge request and it's dropdown.

Specifically, it is being given a select2-container class, which contains a position: relative; style, however, it's also being given an inline gl-absolute style. This updates the inline style to be gl-absolute! to override the relative position being added through the select2-container.

Screenshots (strongly suggested)

Before After
Screen_Shot_2020-11-18_at_1.33.28_PM Screen_Shot_2020-11-18_at_1.29.52_PM
Screen_Shot_2020-11-18_at_1.34.06_PM Screen_Shot_2020-11-18_at_1.36.13_PM

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

Related to #283825 (closed)

Edited by Jarek Ostrowski

Merge request reports