Skip to content

Commit f07e013

Browse files
authored
DOC fix align table in API doc page (#28600) (#28627)
1 parent 5c4aa5d commit f07e013

File tree

1 file changed

+5
-0
lines changed
  • doc/themes/scikit-learn-modern/static/css

1 file changed

+5
-0
lines changed

doc/themes/scikit-learn-modern/static/css/theme.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,7 @@ table.docutils {
10011001
margin-bottom: 1rem;
10021002
line-height: 1rem;
10031003
max-width: 100%;
1004+
display: block;
10041005
overflow-x: auto;
10051006
}
10061007

@@ -1319,6 +1320,10 @@ div.sk-sponsor-div-box, div.sk-testimonial-div-box {
13191320
}
13201321
}
13211322

1323+
div.sk-sponsor-div-box table.sk-sponsor-table {
1324+
display: table;
1325+
}
1326+
13221327
table.sk-sponsor-table tr, table.sk-sponsor-table tr:nth-child(odd) {
13231328
border-style: none;
13241329
background-color: white;

0 commit comments

Comments
 (0)