Remove too much spaces.

This commit is contained in:
Alexis Lahouze 2016-07-15 16:50:05 +02:00
parent d0fca63dd7
commit 655d72d4ae
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ role="form" name="form" novalidate>
<input class="form-control" id="authorized-overdraft"
name="authorized_overdraft"
ng-model="data.authorized_overdraft"
type="number" placeholder="Authorized overdraft"
type="number" placeholder="Authorized overdraft"
required min="0">
</input>
<div class="input-group-addon">.00€</div>