theme_overrides.css 254 B

123456789101112
  1. .wy-table-responsive table td,
  2. .wy-table-responsive table th {
  3. white-space: initial !important;
  4. }
  5. .rst-content table.docutils td {
  6. vertical-align: top !important;
  7. }
  8. div[class^='highlight'] pre {
  9. white-space: pre;
  10. white-space: pre-wrap;
  11. }