chore(client): 📝 improve move-input
label and title
This commit is contained in:
parent
76e2be5ae5
commit
0fdbeaf258
|
@ -46,11 +46,11 @@
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<label>
|
<label>
|
||||||
<span>Longueur en cm</span>
|
<span>Distance en cm</span>
|
||||||
<input
|
<input
|
||||||
id="move-input"
|
id="move-input"
|
||||||
type="number"
|
type="number"
|
||||||
title="Longueur en cm (-2^31 à 2^31)"
|
title="Distance en cm (-2^31 à 2^31)"
|
||||||
min="-2147483647"
|
min="-2147483647"
|
||||||
step="1"
|
step="1"
|
||||||
max="2147483647"
|
max="2147483647"
|
||||||
|
|
Loading…
Reference in a new issue