mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-23 15:14:49 +01:00
UI: Fix spacing of Lightning Address info on invoice details page
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user