Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e89847f

Browse files
committed
doc: fix layout of tables within parameter lists
1 parent 8d53ebf commit e89847f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

doc/_static/mpl.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,20 @@ table.docutils {
582582
background-color: #eff3f4;
583583
}
584584

585+
/* tables inside parameter descriptions */
586+
td.field-body table.docutils {
587+
width: 100%;
588+
}
589+
590+
td.field-body table.docutils th {
591+
padding: 2px 10px;
592+
border: 0;
593+
}
594+
595+
td.field-body table.docutils td {
596+
padding: 2px 10px;
597+
}
598+
585599
/* function and class description */
586600
.descclassname {
587601
color: #aaa;

0 commit comments

Comments
 (0)