gitlab-org--gitlab-foss/changelogs/unreleased/49713-main-navbar-is-broken-in-certain-viewport-widths.yml
Dennis Tang 883d7b5c91 Resolve main nav clipping in certain breakpoints
Makes the following changes in order to have all the
items of the top nav fit within all of the new Bootstrap 4 breakpoints:

- Change GitLab logo to show only on desktop breakpoint (lg and up)
  - Move margin from logo to logo text, saving 8px
- Move the following icon links to the "More" nav dropdown
  - Instance Statistics (ConDev Index)
  - Admin area (if Admin)
  - Sherlock Transactions (if enabled)
- Removed separator between Admin icons
- Change search input width from 240px to 200px
- Move "Activity", "Milestone", and "Snippets" into "More" menu on lg breakpoints
- Show "More" menu of lg breakpoints
2018-12-10 15:53:32 +00:00

5 lines
109 B
YAML

---
title: Resolve Main navbar is broken in certain viewport widths
merge_request: 23348
author:
type: fixed