mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
UI: Fix spacing of Lightning Address info on invoice details page
This commit is contained in:
parent
a7e910f7ff
commit
9d5baabc2c
1 changed files with 2 additions and 2 deletions
|
@ -78,13 +78,13 @@
|
|||
</table>
|
||||
@if (!string.IsNullOrEmpty(providedComment))
|
||||
{
|
||||
<div>
|
||||
<div class="p-2">
|
||||
<b>LNURL Comment</b>: @providedComment
|
||||
</div>
|
||||
}
|
||||
@if (!string.IsNullOrEmpty(consumedLightningAddress))
|
||||
{
|
||||
<div>
|
||||
<div class="p-2">
|
||||
<b>Lightning address used</b>: @consumedLightningAddress
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue