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 {
font-size: 9pt;
border: 1px solid #ddd;
margin-top: 5px;
padding-left: 10px;
padding-right: 10px;
word-break: break-word; /* <-- fuerza corte de palabras largas */
overflow-wrap: break-word; /* <-- compatibilidad extra */
}
div.observaciones {
padding: 15px;
margin-top: -15px;
margin-bottom: -30px;
}
div.footer {
padding: 15px;
.footer {
position: fixed;
bottom: 0;
font-size: 12px;
padding: 15px;
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;
}
div.footer .taxto-info {
@ -519,7 +524,7 @@ div.footer .texto-email {
}
div.footer .texto-asteriscos {
margin-top: 20px;
margin-top: 10px;
font-size: 11px;
}
@ -530,7 +535,7 @@ div.footer .texto-presupuesto {
}
div.footer.servicios {
margin-top: 20px;
margin-top: 10px;
}
div.footer.tirada {