Fix issue with giant label input group button

This commit is contained in:
Umar Bolatov
2021-11-14 16:07:27 -08:00
parent 6ae9dee982
commit 5523b554f1

View File

@@ -193,7 +193,7 @@
<form asp-action="ModifyTransaction" method="post"
asp-route-walletId="@Context.GetRouteValue("walletId")">
<input type="hidden" name="transactionId" value="@transaction.Id"/>
<div class="input-group p-2">
<div class="input-group input-group-sm p-2">
<input name="addlabel" placeholder="Label name" maxlength="20" type="text" class="form-control form-control-sm"/>
<button type="submit" class="btn btn-primary btn-sm"><span class="fa fa-plus"></span></button>
</div>