This commit is contained in:
2025-01-05 13:59:51 +01:00
parent 852cd42006
commit c73f32aaa1
2 changed files with 9 additions and 14 deletions

View File

@ -39,3 +39,8 @@
grid-template-columns: repeat(var(--cols, 2), 1fr);
}
}
.vp-doc table {
display: table;
width: 100%;
}