Skip to content

Commit 87fb80c

Browse files
committed
fix: remove kpi-card and kpi-name min-height after chart removal
1 parent 9e5a7dc commit 87fb80c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pages/measurement.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
rel="stylesheet">
1919
<script src="https://cdn.jsdelivr.net/npm/lucide@0.462.0/dist/umd/lucide.min.js" defer></script>
2020
<link rel="stylesheet" href="/assets/css/site.css?v=20260303-1">
21+
<style>
22+
body:not(.home-landing) .kpi-card { min-height: 0; }
23+
body:not(.home-landing) .kpi-name { min-height: 0; }
24+
</style>
2125
</head>
2226

2327
<body>

0 commit comments

Comments
 (0)