Skip to content

Fix padding- & margin-top for viewport sizes between xs and md

What does this MR do?

Fixes the padding-top & margin-top styles when the viewport width is between the xs breakpoint and the md breakpoint.

Screenshots

minimal layout’s .content-wrapper element

Spacing between the bottom of the nav-bar and the top of the page heading.

Viewports Before After
0 → xs NO CHANGE image image
xs → md DIFFERENT image image
md →  NO CHANGE image image

trials/_skip partial’s containing element

Spacing between the “Continue” button and the “Skip Trial” link

Viewports Before After
0 → xs NO CHANGE image image
xs → md DIFFERENT image image
md →  NO CHANGE image image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • [-] 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 #336171 (closed)

Edited by Dallas Reedy

Merge request reports