[docs] align input controls (#6831)

pull/6836/head
Mohamed Haddi 4 years ago committed by GitHub
parent a5968dd2d0
commit 0d7c583364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,4 +13,9 @@
<input type=range value={b} min=0 max=10>
</label>
<p>{a} + {b} = {a + b}</p>
<p>{a} + {b} = {a + b}</p>
<style>
label { display: flex }
input, p { margin: 6px }
</style>

@ -13,4 +13,9 @@
<input type=range bind:value={b} min=0 max=10>
</label>
<p>{a} + {b} = {a + b}</p>
<p>{a} + {b} = {a + b}</p>
<style>
label { display: flex }
input, p { margin: 6px }
</style>
Loading…
Cancel
Save