Skip to content
This repository was archived by the owner on Aug 11, 2026. It is now read-only.

Commit 357ce2a

Browse files
committed
force tables to full container width
1 parent 008f236 commit 357ce2a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/.vitepress/theme/custom.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ div[class*='language-'] {
102102
border-radius: 8px;
103103
overflow: hidden;
104104
width: 100%;
105+
display: table;
106+
}
107+
108+
.vp-doc .vp-table {
109+
width: 100%;
105110
}
106111

107112
.vp-doc table th {

0 commit comments

Comments
 (0)