Skip to content

Commit

Permalink
use full width for body
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed committed Dec 2, 2022
1 parent 0b1af2f commit dd9c2b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions diapretty/templates/template.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body style="max-width: 1200px">
<body style="max-width: 100%">
<header>
<h1>LocalStack Diagnosis - {{ creation_date }}</h1>
</header>
Expand Down Expand Up @@ -688,4 +688,4 @@
<pre><code class="language-log">{{ diagnosis["logs"]["docker"] }}</code></pre>
</details>
</body>
</html>
</html>

0 comments on commit dd9c2b0

Please sign in to comment.