mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-06 02:22:22 +01:00
Make sure payment request print view doesn't show table header twice (#4447)
This commit is contained in:
parent
5e983641b6
commit
674d5bae8a
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,11 @@
|
||||||
.invoice { margin-top: var(--btcpay-space-s); }
|
.invoice { margin-top: var(--btcpay-space-s); }
|
||||||
.invoice + .invoice { margin-top: var(--btcpay-space-m); }
|
.invoice + .invoice { margin-top: var(--btcpay-space-m); }
|
||||||
.invoice .badge { font-size: var(--btcpay-font-size-s); }
|
.invoice .badge { font-size: var(--btcpay-font-size-s); }
|
||||||
|
|
||||||
|
@@media print {
|
||||||
|
@* This is to avoid table header showing up twice: https://github.com/btcpayserver/btcpayserver/issues/4341 *@
|
||||||
|
thead { display: table-row-group; }
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Add table
Reference in a new issue