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
commit f78e3f369d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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