We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8972203 commit 03271d2Copy full SHA for 03271d2
packages/manager/apps/public-cloud/src/index.html
@@ -2,7 +2,8 @@
2
<html class="h-100">
3
<head>
4
<title>Public Cloud - OVH</title>
5
- <meta charset="utf-8" />
+ <meta charset="utf-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7
</head>
8
<body class="h-100" style="overflow: hidden;">
9
<div data-ng-app="ovhStack" data-ng-strict-di class="h-100 d-flex flex-column overflow-hidden" data-ng-controller="PublicCloudController as $ctrl">
0 commit comments