Widen destination address field and make it monospace

fix #1723
This commit is contained in:
Umar Bolatov 2020-07-08 19:57:28 -07:00
parent aeb90a3674
commit 8b1a457312
No known key found for this signature in database
GPG key ID: 2C1F9AEB371D2A28

View file

@ -18,7 +18,7 @@
<partial name="WalletCameraScanner"/>
<div class="row">
<div class="@(!Model.InputSelection && Model.Outputs.Count==1? "col-lg-6 transaction-output-form": "col-lg-8")">
<div class="@(!Model.InputSelection && Model.Outputs.Count==1? "col-lg-7 transaction-output-form": "col-lg-8")">
<form method="post" asp-action="WalletSend" asp-route-walletId="@this.Context.GetRouteValue("walletId")">
<input type="hidden" asp-for="InputSelection" />
<input type="hidden" asp-for="Divisibility" />
@ -58,7 +58,7 @@
{
<div class="form-group">
<label asp-for="Outputs[0].DestinationAddress"></label>
<input asp-for="Outputs[0].DestinationAddress" class="form-control" />
<input asp-for="Outputs[0].DestinationAddress" class="form-control text-monospace" />
<span asp-validation-for="Outputs[0].DestinationAddress" class="text-danger"></span>
</div>
<div class="form-group">