Skip to content

Commit 00ad554

Browse files
committed
fix: table style
1 parent 91375cf commit 00ad554

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/v1/styles/starlight.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,14 @@
201201
@apply datum-prose-docs-article;
202202
/* @apply prose max-w-none; */
203203
@apply text-[color:var(--sl-color-text)];
204-
204+
th {
205+
@apply table-cell;
206+
}
207+
table {
208+
code {
209+
@apply text-nowrap;
210+
}
211+
}
205212
strong,
206213
b {
207214
@apply text-[color:var(--sl-color-text)];

0 commit comments

Comments
 (0)