From cb5c26c4b0e61ce2f1e17fddee5f4d0185fe815a Mon Sep 17 00:00:00 2001 From: BOHA Date: Tue, 24 Mar 2026 10:48:04 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20scope=20page=20header=20=E2=80=94=20logo?= =?UTF-8?q?=20above=20header=20like=20page=201,=20not=20inside=20flex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/admin/offers-pdf.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/routes/admin/offers-pdf.ts b/src/routes/admin/offers-pdf.ts index 4ca79b9..703170b 100644 --- a/src/routes/admin/offers-pdf.ts +++ b/src/routes/admin/offers-pdf.ts @@ -276,18 +276,18 @@ export default async function offersPdfRoutes(fastify: FastifyInstance): Promise let scopeHtml = ''; if (hasScopeContent) { scopeHtml += '
'; - scopeHtml += ` -
`; + scopeHtml += ` +
`; for (const section of quotation.scope_sections) { const title = isCzech && (section.title_cz || '').trim() ? section.title_cz : (section.title || '');