Update node-metrics-charts.tsx

This commit is contained in:
MacRimi
2025-11-09 13:31:16 +01:00
parent 131a458e69
commit f9b15fd110

View File

@@ -401,7 +401,7 @@ export function NodeMetricsCharts() {
Memory Usage Memory Usage
</CardTitle> </CardTitle>
</CardHeader> </CardHeader>
<CardContent className="px-0 md:px-6"> <CardContent className="px-0 pr-2 md:px-6">
<ResponsiveContainer width="100%" height={300}> <ResponsiveContainer width="100%" height={300}>
<AreaChart data={data} margin={{ bottom: 60, left: 0, right: 0 }}> <AreaChart data={data} margin={{ bottom: 60, left: 0, right: 0 }}>
<CartesianGrid strokeDasharray="3 3" stroke="currentColor" className="text-border" /> <CartesianGrid strokeDasharray="3 3" stroke="currentColor" className="text-border" />