Skip to content

Commit 9771624

Browse files
authored
Merge pull request #155 from alphagov/fix-pinch-to-zoom
Ensure the page can be pinch to zoomed
2 parents a2ba614 + 4abcc49 commit 9771624

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## Unreleased
44

5-
Change how tables are laid out to fix some content in Notify tech' docs being squashed due to its
6-
column having a fixed width.
5+
### Fixes
76

8-
Related issue: https://github.com/alphagov/tech-docs-gem/issues/133
7+
- [Pull request #154: Fix table columns breaking content](https://github.com/alphagov/tech-docs-gem/pull/154).
8+
- [Pull request #155: Ensure the page can be pinch to zoomed](https://github.com/alphagov/tech-docs-gem/pull/155).
99

1010
## 2.0.8
1111

lib/source/layouts/core.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta content="IE=edge" http-equiv="X-UA-Compatible">
55
<meta charset="utf-8">
6-
<meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport">
6+
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
77
<% if config[:tech_docs][:prevent_indexing] %>
88
<meta name="robots" content="noindex">
99
<% end %>

0 commit comments

Comments
 (0)