fix(minor): remove margin bottom from document status

This commit is contained in:
Maharshi Patel 2025-02-10 21:05:57 +05:30
parent 17375906f8
commit 2f9cb3e6d1

View file

@ -24,6 +24,9 @@
padding: 17mm 0 1mm !important;
page-break-after: always !important;
}
[document-status] {
margin-bottom: 0 !important;
}
a[href]:after {
content: none;
}