fix: resolve compiler conflict in providers.ts, inline style in PrintableReport and implement mobile responsiveness
This commit is contained in:
@@ -12,7 +12,6 @@ export const PrintableReport: React.FC<PrintableReportProps> = ({ reports }) =>
|
||||
id="printable-report-container"
|
||||
data-report={JSON.stringify(reports)}
|
||||
className="light bg-white text-slate-900 flex flex-col gap-8"
|
||||
style={{ background: 'white' }}
|
||||
>
|
||||
{reports.map((report, idx) => (
|
||||
<div key={idx} className="report-page bg-white w-full h-auto">
|
||||
|
||||
Reference in New Issue
Block a user