diff options
author | Luke Bennett <lukeeeebennettplus@gmail.com> | 2016-05-16 23:01:48 +0100 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2016-06-07 22:37:28 +0100 |
commit | 200bbbcb6a0d599b033f542c50182356a5eaa933 (patch) | |
tree | e47a09218680ff6af3d26cbb6099969b38097898 /CHANGELOG | |
parent | fd248392dddcb484fbe21e3cee9d7a64f1e96960 (diff) | |
download | gitlab-ce-200bbbcb6a0d599b033f542c50182356a5eaa933.tar.gz |
Fixes issue search form hiding when current_user is nil (guest user)
Fixes the bottom margin of .nav-controls > form (issues list search/filter form) so when a guest views on the field on mobile it is not squished against the issues list
Updated CHANGELOG
navigation tabs and navigation filter search will now stay on the same row until there is no space to
Removed unneeded media queries
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index b9189b80889..d4c5ef63e07 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -168,6 +168,7 @@ v 8.8.0 - Fixed advice on invalid permissions on upload path !2948 (Ludovic Perrine) - Allows MR authors to have the source branch removed when merging the MR. !2801 (Jeroen Jacobs) - When creating a .gitignore file a dropdown with templates will be provided + - Shows the issue/MR list search/filter form and corrects the mobile styling for guest users. #17562 v 8.7.7 - Fix import by `Any Git URL` broken if the URL contains a space |