File: theme_overrides.css

package info (click to toggle)
hera 2.0.0%2Bgit20221115.8bfdd4b%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,120 kB
  • sloc: cpp: 30,506; python: 8,986; ansic: 2,088; sh: 49; makefile: 16
file content (11 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
.wy-table-responsive table td,
.wy-table-responsive table th {
    white-space: initial !important;
}
.rst-content table.docutils td {
    vertical-align: top !important;
}
div[class^='highlight'] pre {
    white-space: pre;
    white-space: pre-wrap;
}