column wrap for long attributes

This commit is contained in:
Erik Frojdh
2020-09-11 17:47:28 +02:00
parent e10ebe33d7
commit 2285061623
3 changed files with 13 additions and 1 deletions

4
docs/static/extra.css vendored Normal file
View File

@ -0,0 +1,4 @@
/* override table no-wrap */
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}