style(blog): prevent text wrapping in table headers

This commit is contained in:
2026-02-28 10:21:49 +01:00
parent cb77a5e7d8
commit 88e19ee28e
+1
View File
@@ -210,6 +210,7 @@ const { post } = Astro.props;
border-bottom: 2px solid var(--color-border); border-bottom: 2px solid var(--color-border);
color: var(--color-text); color: var(--color-text);
font-weight: 600; font-weight: 600;
white-space: nowrap;
} }
.post-content :global(td) { .post-content :global(td) {