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 |
---|---|
Screen_Recording_2024-08-19_at_12.46.22 |
How to set up and validate locally
- Set your user preferences to use 'Fixed' layout
- Open any MR
- Hide left sidebar
- Resize your browser viewport to 1080 logical pixels
- Open Changes tab, width should always be full
- Open Overview tab, width should be constrained
Edited by Stanislav Lashmanov