From 9dcaf2d112ada3f124ca678d295e888fd40c3f7b Mon Sep 17 00:00:00 2001 From: Denis Sokolov Date: Fri, 9 Mar 2018 22:03:11 +0200 Subject: [PATCH] Add shrink-to-fit=no to (#448) Bootstrap and HTML5 boilerplate projects did it: https://github.com/twbs/bootstrap/pull/17793 https://github.com/h5bp/html5-boilerplate/pull/1984 --- src/static/RootComponents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/RootComponents.js b/src/static/RootComponents.js index 8b96f2f10..57dafc7b0 100644 --- a/src/static/RootComponents.js +++ b/src/static/RootComponents.js @@ -7,7 +7,7 @@ export class DefaultDocument extends Component { - + {children}