Merge pull request #5637 from MichaelEischer/docs-table-width

docs: fix table width
This commit is contained in:
Michael Eischer
2026-01-26 21:38:34 +01:00
committed by GitHub
+4
View File
@@ -8,3 +8,7 @@
height: 50% !important;
width: 50% !important;
}
.wy-table-responsive table td {
white-space: normal;
}