Skip to content

Commit

Permalink
fix: Drop extra padding in web view
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinbyrne committed Jan 24, 2024
1 parent 8310a00 commit 946bf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webviews/getWebviewContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function getWebviewContent(
<title>${title}</title>
</head>
<body data-appmap-module="${appmapModule}">
<body data-appmap-module="${appmapModule}" style="padding:0;">
<script src="${scriptUri}"></script>
</body>
</html>`;
Expand Down

0 comments on commit 946bf3e

Please sign in to comment.