Skip to content

Commit ccb5669

Browse files
authored
Merge pull request #679 from datum-cloud/fix/table
fix: table style
2 parents 91375cf + 00ad554 commit ccb5669

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)