File size: 972 Bytes
022acf4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57

/* Avoid breaking parameters name, etc. in table cells. */
.doc-contents td code {
  word-break: normal !important;
}

/* No line break before first paragraph of descriptions. */
.doc-md-description,
.doc-md-description>p:first-child {
  display: inline;
}

/* Avoid breaking code headings. */
.doc-heading code {
  white-space: normal;
}

/* Improve rendering of parameters, returns and exceptions. */
.doc-contents .field-name {
  min-width: 100px;
}

/* Other curious-spacing fixes. */
.doc-contents .field-name,
.doc-contents .field-body {
  border: none !important;
  padding: 0 !important;
}

.doc-contents p {
  margin: 1em 0 1em;
}

.doc-contents .field-list {
  margin: 0 !important;
}

.doc-contents pre {
  padding: 0 !important;
}

.doc-contents .wy-table-responsive {
  margin-bottom: 0 !important;
}

.doc-contents td.code {
  padding: 0 !important;
}

.doc-contents td.linenos {
  padding: 0 8px !important;
}

.doc-children,
footer {
  margin-top: 20px;
}