mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +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>
|
</table>
|
||||||
@if (!string.IsNullOrEmpty(providedComment))
|
@if (!string.IsNullOrEmpty(providedComment))
|
||||||
{
|
{
|
||||||
<div>
|
<div class="p-2">
|
||||||
<b>LNURL Comment</b>: @providedComment
|
<b>LNURL Comment</b>: @providedComment
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
@if (!string.IsNullOrEmpty(consumedLightningAddress))
|
@if (!string.IsNullOrEmpty(consumedLightningAddress))
|
||||||
{
|
{
|
||||||
<div>
|
<div class="p-2">
|
||||||
<b>Lightning address used</b>: @consumedLightningAddress
|
<b>Lightning address used</b>: @consumedLightningAddress
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue