You've already forked zblade.dev
style(blog): prevent text wrapping in table headers
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user