fix: adjust padding for print content in PrintPreview component
This commit is contained in:
@@ -94,7 +94,7 @@ export const PrintPreview: React.FC<PrintPreviewProps> = ({ data, year, month, t
|
||||
</div>
|
||||
|
||||
{/* Print content */}
|
||||
<div className="p-0">
|
||||
<div className="p-8">
|
||||
<table className="w-full border-collapse border-2 border-gray-800 print-table">
|
||||
<thead>
|
||||
<tr className="bg-gray-100">
|
||||
|
||||
Reference in New Issue
Block a user