Skip to content

Resolve "Issue picker buttons don’t overflow nicely"

What does this MR do?

The picker buttons are wrapping in a strange and disproportionate way. This MR is to make it so that the emoji/likes buttons sit comfortably side by side with the 3 dropdowns in larger views and wrap as sections in smaller.

I removed the 6 and 12 column classes as it was forcing unnecessary spacing between these divs and then applied some margin to ensure that the spacing is consistent and in alignment with the other elements in this column.

Screenshots

Before After
Screen_Shot_2020-05-10_at_10.34.11_PM Screen_Shot_2020-05-10_at_10.36.01_PM
Screen_Shot_2020-05-10_at_10.36.14_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

Closes #215965 (closed)

Edited by Donald Cook

Merge request reports