mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-05 18:20:30 +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 + .invoice { margin-top: var(--btcpay-space-m); }
|
||||
.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>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Add table
Reference in a new issue