diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2016-09-16 23:53:15 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2016-09-16 23:53:15 +0000 |
commit | 35bed03c99c12488f88fa49602a5e77ad08bcfa4 (patch) | |
tree | dc60394965e52ab10b63a2a2f19f7a07722950e1 /CHANGELOG | |
parent | 1c8f00c9e5b51ec8c6f0d870f813d1c13a61d67e (diff) | |
parent | 473684847ec79b870f182003a6dbed98cb6cd254 (diff) | |
download | gitlab-ce-35bed03c99c12488f88fa49602a5e77ad08bcfa4.tar.gz |
Merge branch 'scrolling-tabs-center-mobile' into 'master'
Scrolls active tab into middle of nav on mobile
## What does this MR do?
On mobile (or smaller screens) it scrolls the currently active tab into the middle of the nav.
## Screenshots (if relevant)
![Screen_Shot_2016-09-15_at_09.38.55](/uploads/4170271b53b9509a385fa7844fb3dc78/Screen_Shot_2016-09-15_at_09.38.55.png)
See merge request !6363
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 43b3b33155d..e9445a18a18 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -73,6 +73,7 @@ v 8.12.0 (unreleased) - Show queued time when showing a pipeline !6084 - Remove unused mixins (ClemMakesApps) - Add search to all issue board lists + - Scroll active tab into view on mobile - Fix groups sort dropdown alignment (ClemMakesApps) - Add horizontal scrolling to all sub-navs on mobile viewports (ClemMakesApps) - Use JavaScript tooltips for mentions !5301 (winniehell) |