Skip to content

Commit 5e65302

Browse files
Merge pull request #1035 from plausible/fix-tables
fix tables
2 parents d29b1e1 + adaccc1 commit 5e65302

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

assets/css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ article img {
5252
white-space: pre-wrap;
5353
}
5454

55+
.prose table {
56+
display: block;
57+
overflow-x: auto;
58+
}
59+
5560
.prose table th {
5661
@apply px-6 py-3 text-xs font-medium tracking-wider text-left text-gray-700 uppercase whitespace-no-wrap border-b border-gray-200 leading-4 bg-gray-50;
5762
}

0 commit comments

Comments
 (0)