Skip to content

Fix MR widget padding

Heinrich Lee Yu requested to merge 58632-fix-mr-widget-padding into master

What does this MR do?

Fixes padding in MR widget

Before

Screen_Shot_2019-05-20_at_5.09.33_PM

Proper left and bottom padding was only applied to .source-branch-removal-status. But this isn't present all the time so we have a bug where there is no bottom padding, as seen in https://gitlab.com/gitlab-org/gitlab-ce/uploads/48a47ff02866d025000d9229713cefb1/Screenshot_2019-03-07_at_08.57.57.png

After:

Screen_Shot_2019-05-20_at_5.54.09_PM

Screen_Shot_2019-05-20_at_6.01.52_PM

Screen_Shot_2019-05-20_at_6.03.32_PM

Screen_Shot_2019-05-20_at_6.04.33_PM

Does this MR meet the acceptance criteria?

Conformity

Performance 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 #58632 (closed)

Edited by Heinrich Lee Yu

Merge request reports