File: theme_overrides.css

package info (click to toggle)
zkg 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,740 kB
  • sloc: python: 5,910; sh: 268; makefile: 265; cpp: 24
file content (18 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Prevent sphinx-argparse option output (e.g. --version) from wrapping.
*/
span.option {
    white-space: nowrap;
}

/* override table width restrictions */
html body div.wy-table-responsive table td,
html body div.wy-table-responsive table th {
    white-space: normal;
}

html body div.wy-table-responsive {
    margin-bottom: 24px;
    max-width: 100%;
    overflow: visible;
}