summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorDennis Tang <dtang@gitlab.com>2018-11-26 11:38:34 +0000
committerDennis Tang <dtang@gitlab.com>2018-12-10 15:53:32 +0000
commit883d7b5c91920860980904e15ac6a5b6b9dabe6a (patch)
treefb5828b50339aaac5acd9269458351df8cce24f5 /changelogs
parent849778d146add869f4ef0528eea0ca2e115db1fa (diff)
downloadgitlab-ce-883d7b5c91920860980904e15ac6a5b6b9dabe6a.tar.gz
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
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/49713-main-navbar-is-broken-in-certain-viewport-widths.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/49713-main-navbar-is-broken-in-certain-viewport-widths.yml b/changelogs/unreleased/49713-main-navbar-is-broken-in-certain-viewport-widths.yml
new file mode 100644
index 00000000000..0b5d1a6b05a
--- /dev/null
+++ b/changelogs/unreleased/49713-main-navbar-is-broken-in-certain-viewport-widths.yml
@@ -0,0 +1,5 @@
+---
+title: Resolve Main navbar is broken in certain viewport widths
+merge_request: 23348
+author:
+type: fixed