mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Payment UI: Increase horizontal padding for currency
This commit is contained in:
parent
f94fb4f65e
commit
eb9dc95c58
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="number" class="form-control form-control-lg text-right hide-number-spin" asp-for="ClaimedAmount" max="@Model.AmountDue" min="@Model.MinimumClaim" step="any" placeholder="Amount" required>
|
<input type="number" class="form-control form-control-lg text-right hide-number-spin" asp-for="ClaimedAmount" max="@Model.AmountDue" min="@Model.MinimumClaim" step="any" placeholder="Amount" required>
|
||||||
<div class="input-group-append">
|
<div class="input-group-append">
|
||||||
<span class='input-group-text'>@Model.Currency.ToUpper()</span>
|
<span class="input-group-text px-3">@Model.Currency.ToUpper()</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue