summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-02-11 22:08:22 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-02-11 22:08:22 +0000
commit36bbd5affbc880d82e0b42aec57d1f233e4ab5f3 (patch)
tree945999560faf972871afd5f784f37ddb6a4f17a4 /CHANGELOG
parentd1ad5b5378a1becb7bbd63b3263b30c205302983 (diff)
parent27e521720a77bcf70ad04a428aee650a8d240401 (diff)
downloadgitlab-ce-36bbd5affbc880d82e0b42aec57d1f233e4ab5f3.tar.gz
Merge branch 'mobile-maximum-scale-1' into 'master'
Don't allow page to be scaled on mobile and add horizontal scrolling to code blocks Closes #1974. Previously, scaling (both automatically and manually) was enabled on mobile, which caused the top and sidebar to move over content. Scaling is now disabled. Also previously, code in issues or comments too wide to fit inside the width of the window would "flow out" on the right, causing the whole page to become very wide and causing scrolling to scroll the entire page instead of just the code. Code blocks now scroll themselves. See merge request !1501
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6a90320b8bc..286091afacf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -75,6 +75,7 @@ v 7.8.0 (unreleased)
- Added support for firing system hooks on group create/destroy and adding/removing users to group (Boyan Tabakov)
- Added persistent collapse button for left side nav bar (Jason Blanchard)
- Prevent losing unsaved comments by automatically restoring them when comment page is loaded again.
+ - Don't allow page to be scaled on mobile.
v 7.7.2
- Update GitLab Shell to version 2.4.2 that fixes a bug when developers can push to protected branch