docs: fix table width

This commit is contained in:
Michael Eischer 2025-12-03 20:38:21 +01:00
parent b9afdf795e
commit 4fd9bfc32b

View file

@ -8,3 +8,7 @@
height: 50% !important;
width: 50% !important;
}
.wy-table-responsive table td {
white-space: normal;
}