mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-13 11:35:51 +01:00
Fix giant "Save comment" button issue
This commit is contained in:
parent
dae4577b43
commit
6ae9dee982
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
@model ListTransactionsViewModel
|
||||
@model ListTransactionsViewModel
|
||||
@{
|
||||
Layout = "../Shared/_NavLayout.cshtml";
|
||||
ViewData.SetActivePageAndTitle(WalletsNavPages.Transactions, $"{Model.CryptoCode} Transactions", Context.GetStoreData().StoreName);
|
||||
|
@ -232,7 +232,7 @@
|
|||
<textarea name="addcomment" maxlength="200" rows="2" cols="20" class="form-control form-control-sm">@transaction.Comment</textarea>
|
||||
</div>
|
||||
<div class="p-2">
|
||||
<button type="submit" class="btn btn-primary">Save comment</button>
|
||||
<button type="submit" class="btn btn-primary btn-sm">Save comment</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue