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 fe1785a commit 9e57ffaCopy full SHA for 9e57ffa
app/html/pages/popup.html
@@ -1,9 +1,9 @@
1
<!doctype html>
2
-<html style="width: 400px; height: 600px" dir="ltr">
+<html style="width:400px; height:600px;" dir="ltr">
3
<head>
4
<%~ include("html/partials/partial-head.html") %>
5
</head>
6
- <body style="width: 400px; height: 600px">
+ <body style="width:400px; height:600px;">
7
<%~ include("html/partials/partial-body.html") %>
8
</body>
9
-</html>
+</html>
0 commit comments