Skip to content

Commit fe1785a

Browse files
committed
Update sidepanel.html
1 parent 1316d50 commit fe1785a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/html/pages/sidepanel.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!doctype html>
2-
<html style="width: 100%; height: 100%" dir="ltr">
2+
<html style="width:100%; height:100%;" dir="ltr">
33
<head>
44
<%~ include("html/partials/partial-head.html") %>
55
</head>
6-
<body style="width: 100%; height: 100%">
6+
<body style="width:100%; height:100%;">
77
<%~ include("html/partials/partial-body.html") %>
88
</body>
9-
</html>
9+
</html>

0 commit comments

Comments
 (0)