[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

@ -14,3 +14,8 @@
</label>
<p>{a} + {b} = {a + b}</p>
<style>
label { display: flex }
input, p { margin: 6px }
</style>

@ -14,3 +14,8 @@
</label>
<p>{a} + {b} = {a + b}</p>
<style>
label { display: flex }
input, p { margin: 6px }
</style>
Loading…
Cancel
Save