fix button position

This commit is contained in:
Tealk 2021-03-18 23:30:12 +01:00
parent c08f194642
commit 1907f582ef
No known key found for this signature in database
GPG Key ID: 5FE349ABC863E7F9
1 changed files with 1 additions and 3 deletions

View File

@ -310,9 +310,7 @@ class User
</div>
</div>
</div>
<div class="input-group">
<button type="submit" class="btn btn-primary float-end"><?php echo _("Change name"); ?></button>
</div>
<button type="submit" class="btn btn-primary float-end"><?php echo _("Change name"); ?></button>
</form>
<?php
} else {