Merge pull request 'Se corrige desbordamiento en historial y en bibliografia fix #219' (#223) from issue/219-mejorar-responsividad into main
Deploy to Azure Static Web Apps / build-and-deploy (push) Successful in 1m11s

Reviewed-on: #223
This commit was merged in pull request #223.
This commit is contained in:
2026-03-24 20:58:16 +00:00
2 changed files with 2 additions and 2 deletions
@@ -126,7 +126,7 @@ export function BibliographyItem() {
return ( return (
<div className="animate-in fade-in mx-auto max-w-5xl space-y-8 py-10 duration-500"> <div className="animate-in fade-in mx-auto max-w-5xl space-y-8 py-10 duration-500">
<div className="flex items-center justify-between border-b pb-4"> <div className="flex flex-col gap-4 border-b pb-4 md:flex-row md:items-center md:justify-between">
<div> <div>
<h2 className="text-2xl font-bold tracking-tight text-slate-900"> <h2 className="text-2xl font-bold tracking-tight text-slate-900">
Bibliografía Bibliografía
@@ -236,7 +236,7 @@ function RouteComponent() {
)) ))
)} )}
{historyEvents.length > 0 && ( {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"> <p className="text-xs text-slate-500">
Mostrando {rawData.length} de {totalRecords} cambios Mostrando {rawData.length} de {totalRecords} cambios
</p> </p>