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

Skip to content

Commit 1444a85

Browse files
authored
Merge pull request #11925 from timhoffm/doc-class-property-table-css
Increase the width of property tables in class docs
2 parents f18ff53 + 570e86f commit 1444a85

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/_static/mpl.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,14 @@ dl.class p.rubric + table.docutils td:first-of-type > strong {
685685
background-color: #eff3f4;
686686
}
687687

688+
/* tables inside class descriptions */
689+
dl.class table.property-table {
690+
width: 85%;
691+
border-spacing: 2px;
692+
border-collapse: collapse;
693+
border: 0px;
694+
}
695+
688696
/* tables inside parameter descriptions */
689697
td.field-body table.property-table {
690698
width: 100%;

0 commit comments

Comments
 (0)