8000 simplify output · rmyers/pyscript@63d7984 · GitHub
[go: up one dir, main page]

Skip to content

Commit 63d7984

Browse files
committed
simplify output
1 parent 2059df3 commit 63d7984

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyscriptjs/examples/repl2.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
</py-env>
2121

2222
<body>
23-
<py-box>
24-
<div class="w-2/3"><py-repl id="my-repl" auto-generate="true" target="output"> </py-repl></div>
25-
<div id="output" class="w-1/3"></div>
23+
<py-box widths="2/3;1/3">
24+
<py-repl id="my-repl" auto-generate="true" target="output"> </py-repl>
25+
<div id="output"></div>
2626
</py-box>
2727
</body>
2828
</html>

0 commit comments

Comments
 (0)
0