diff --git a/web/src/sections/Logs/LogsCard.tsx b/web/src/sections/Logs/LogsCard.tsx index 640b6bcd..bce3f6c0 100644 --- a/web/src/sections/Logs/LogsCard.tsx +++ b/web/src/sections/Logs/LogsCard.tsx @@ -213,7 +213,13 @@ export const LogsCard: FC<{ return ( - + {/* This card has no CardHeader, so it has to put the top padding back itself — and it + must do so at BOTH breakpoints. `CardContent` is `p-4 pt-0 sm:p-6 sm:pt-0`, and + tailwind-merge only resolves conflicts within the same variant: a bare `pt-6` cancels + `pt-0` but leaves `sm:pt-0` standing, so the padding was 24px on a phone and 0 on a + desktop, with the filter row touching the card's edge. (Same trap the `p-0` note in + components/ui/card.tsx describes, in the other direction.) */} +
{LEVELS.map((l) => (