Merge branch 'fix/presupuesto_comentarios_pdf' into 'main'

Arreglada superposicion del footer con las observaciones del PDF

See merge request jjimenez/safekat!632
This commit is contained in:
Ignacio Martinez Navajas
2025-04-01 08:06:56 +00:00

View File

@ -492,22 +492,27 @@ table.totales-manual td.iva {
div.comentarios { div.comentarios {
font-size: 9pt; font-size: 9pt;
border: 1px solid #ddd; border: 1px solid #ddd;
margin-top: 5px;
padding-left: 10px; padding-left: 10px;
padding-right: 10px; padding-right: 10px;
word-break: break-word; /* <-- fuerza corte de palabras largas */
overflow-wrap: break-word; /* <-- compatibilidad extra */
} }
div.observaciones { div.observaciones {
padding: 15px; padding: 15px;
margin-top: -15px;
margin-bottom: -30px;
} }
div.footer { .footer {
padding: 15px;
position: fixed; position: fixed;
bottom: 0; padding: 15px;
font-size: 12px; bottom: 15mm; /* Ajusta esto si el footer no se ve o se corta */
left: 0;
right: 0;
height: 30mm;
font-size: 10px;
text-align: justify; text-align: justify;
} }
div.footer .taxto-info { div.footer .taxto-info {
@ -519,7 +524,7 @@ div.footer .texto-email {
} }
div.footer .texto-asteriscos { div.footer .texto-asteriscos {
margin-top: 20px; margin-top: 10px;
font-size: 11px; font-size: 11px;
} }
@ -530,7 +535,7 @@ div.footer .texto-presupuesto {
} }
div.footer.servicios { div.footer.servicios {
margin-top: 20px; margin-top: 10px;
} }
div.footer.tirada { div.footer.tirada {