Skip to content
This repository was archived by the owner on Dec 7, 2018. It is now read-only.

Commit 35bf226

Browse files
author
Sergey Tatarintsev
committed
fix: remove display: inline-block from mount node
1 parent fe6b4e2 commit 35bf226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/html-template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function render(templateData) {
2828
${renderCss(templateData.cssList)}
2929
</html>
3030
<body>
31-
<div data-gemini-react style="display: inline-block;">
31+
<div data-gemini-react>
3232
</div>
3333
${renderJs(templateData.jsList)}
3434
</body>`

0 commit comments

Comments
 (0)