-
- Downloads
Fixed merge request tabs extra margin
Fixed extra margin when the merge request tabs are affixed This was caused by some weird padding that was on the container & then not correctly removed. The fix involved removing the container from inside the tabs holder div & then adding the widths through CSS depending on if fixed & whether the parent is limited width or not. In reality out container classes need to be fixed as it is getting pretty un-managable at the moment this should of been an easy fix, but in reality turned into something much harder. Closes #26853
Showing
- app/assets/stylesheets/pages/issuable.scss 0 additions, 4 deletionsapp/assets/stylesheets/pages/issuable.scss
- app/assets/stylesheets/pages/merge_requests.scss 19 additions, 7 deletionsapp/assets/stylesheets/pages/merge_requests.scss
- app/views/projects/merge_requests/_show.html.haml 1 addition, 2 deletionsapp/views/projects/merge_requests/_show.html.haml
- changelogs/unreleased/mr-tabs-container-offset.yml 4 additions, 0 deletionschangelogs/unreleased/mr-tabs-container-offset.yml
Loading
Please register or sign in to comment