Skip to content

Commit

Permalink
DOC fix align table in API doc page (scikit-learn#28600)
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre authored Mar 9, 2024
1 parent d38d1cb commit 9ef4ffa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/themes/scikit-learn-modern/static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,7 @@ table.docutils {
margin-bottom: 1rem;
line-height: 1rem;
max-width: 100%;
display: block;
overflow-x: auto;
}

Expand Down Expand Up @@ -1319,6 +1320,10 @@ div.sk-sponsor-div-box, div.sk-testimonial-div-box {
}
}

div.sk-sponsor-div-box table.sk-sponsor-table {
display: table;
}

table.sk-sponsor-table tr, table.sk-sponsor-table tr:nth-child(odd) {
border-style: none;
background-color: white;
Expand Down

0 comments on commit 9ef4ffa

Please sign in to comment.