Se corrige desbordamiento en historial y en bibliografia

fix #219
This commit is contained in:
2026-03-24 14:57:49 -06:00
parent 614150f8d1
commit 7f9c3162a0
2 changed files with 2 additions and 2 deletions
@@ -236,7 +236,7 @@ function RouteComponent() {
))
)}
{historyEvents.length > 0 && (
<div className="mt-10 ml-20 flex items-center justify-between border-t pt-4">
<div className="mt-10 ml-12 flex flex-col gap-3 border-t pt-4 md:ml-20 md:flex-row md:items-center md:justify-between">
<p className="text-xs text-slate-500">
Mostrando {rawData.length} de {totalRecords} cambios
</p>