You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
254 B

  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. }