Skip to content

Commit 4de2a30

Browse files
authored
Merge pull request pyscript#119 from santiago-paz/main
CSS property type
2 parents 5d6009e + 0f76a88 commit 4de2a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscriptjs/examples/numpy_canvas_fractals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<input id="y1" type="text" value="5.0" style="width: 80px; text-align: right">
6767
<span style="white-space: pre">]</span>
6868
</div>
69-
<div style="display: flex; flex-direaction: row; gap: 1em">
69+
<div style="display: flex; flex-direction: row; gap: 1em">
7070
<div style="white-space: pre"><input type="radio" id="conv" name="type" value="convergence" checked> convergence</div>
7171
<div style="white-space: pre"><input type="radio" id="iter" name="type" value="iterations"> iterations</div>
7272
</div>

0 commit comments

Comments
 (0)