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

Skip to content

Commit 26dc10f

Browse files
authored
Merge pull request #20570 from timhoffm/property-table-css
Reduce vertical margins in property tables
2 parents 7ba42d6 + 9f12feb commit 26dc10f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/_static/mpl.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,9 @@ does not float with it.
207207
visibility: hidden;
208208

209209
}
210+
211+
212+
table.property-table th,
213+
table.property-table td {
214+
padding: 4px 10px;
215+
}

0 commit comments

Comments
 (0)