Skip to content

Fix issues and merge requests sticky header max width

What does this MR do and why?

Fixes a visual bug introduced in !162736 (merged).

This MR removes max-width from the container element and always uses fluid layout for the sticky element on the Changes tab.

Since MR Changes tab content always uses a fluid layout it would make more sense for the sticky header to follow that logic.

Screenshots or screen recordings

Before After
image Screen_Recording_2024-08-19_at_12.46.22

How to set up and validate locally

  1. Set your user preferences to use 'Fixed' layout
  2. Open any MR
  3. Hide left sidebar
  4. Resize your browser viewport to 1080 logical pixels
  5. Open Changes tab, width should always be full
  6. Open Overview tab, width should be constrained
Edited by Stanislav Lashmanov

Merge request reports

Loading