Skip to content

Commit

Permalink
Merge pull request #1007 from benderl/web
Browse files Browse the repository at this point in the history
fix manual soc input field size
  • Loading branch information
benderl committed Jul 4, 2023
2 parents b034e0a + d401b2a commit a423065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/themes/dark/theme.html
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ <h4 class="modal-title text-dark">Manuelle SoC-Eingabe - Ladepunkt <span
class="btn btn-block btn-secondary">-</button>
</div>
<div class="col-5 py-1">
<div class="input-group">
<div class="input-group input-group-lg">
<input id="manualSocBox" type="number" min="0" max="100" step="1" value="0"
name="socBox" class="form-control text-right">
<div class="input-group-append">
Expand Down

0 comments on commit a423065

Please sign in to comment.