Fix: overflow-x-hidden y cards responsive en Evoluciones

This commit is contained in:
2026-04-18 15:12:09 -03:00
parent 02fbf4c90e
commit 0cad2527fd
+3 -3
View File
@@ -184,7 +184,7 @@ export function Evoluciones({
};
return (
<div className="space-y-6 dark:text-white">
<div className="space-y-6 dark:text-white overflow-x-hidden">
<div className="flex flex-col sm:flex-row sm:items-center sm:justify-between gap-4">
<div>
<h1 className="text-2xl font-bold text-gray-900 dark:text-white">Evoluciones Diarias</h1>
@@ -426,8 +426,8 @@ export function Evoluciones({
return (
<Card key={evolucion.id} className="hover:shadow-md transition-shadow">
<CardContent className="p-4">
<div className="flex flex-col gap-3">
<div className="flex items-start justify-between">
<div className="flex flex-col sm:flex-row gap-3">
<div className="flex items-start justify-between w-full">
<div className="flex items-center gap-3">
<div className="h-10 w-10 bg-blue-100 rounded-full flex items-center justify-center">
<FileText className="h-5 w-5 text-blue-600" />