Skip to content

Commit

Permalink
fix #2494
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Apr 9, 2024
1 parent cabb5e4 commit 4d59dc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions desktop/php/administration.php
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,9 @@
<div class="col-md-6 col-xs-8">
<div class="input-group">
<span class="input-group-addon roundedLeft">{{Hauteur}}</span>
<input type="number" min="1" step="10" max="300" class="configKey form-control ispin" data-l1key="widget::step::height" data-reload="1" placeholder="60">
<input type="number" min="1" step="1" max="300" class="configKey form-control ispin" data-l1key="widget::step::height" data-reload="1" placeholder="60">
<span class="input-group-addon ">{{Largeur}}</span>
<input type="number" min="1" step="10" max="300" class="configKey form-control ispin roundedRight" data-l1key="widget::step::width" data-reload="1" placeholder="80">
<input type="number" min="1" step="1" max="300" class="configKey form-control ispin roundedRight" data-l1key="widget::step::width" data-reload="1" placeholder="80">
</div>
</div>
</div>
Expand Down

1 comment on commit 4d59dc6

@Furaxworld
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merci pour la modification ✅

Please sign in to comment.