Form preview: add viewport tag to test it on mobile

This commit is contained in:
Felix Niklas 2021-06-29 12:21:35 +02:00 committed by Thorsten Eckel
parent 61975af672
commit a5da54ff45

View file

@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Example Form</title>
</head>
<body>
@ -54,4 +56,4 @@ $('#feedback-form-modal').ZammadForm({
</body>
</html>
</html>