We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c4aa5d commit f07e013Copy full SHA for f07e013
doc/themes/scikit-learn-modern/static/css/theme.css
@@ -1001,6 +1001,7 @@ table.docutils {
1001
margin-bottom: 1rem;
1002
line-height: 1rem;
1003
max-width: 100%;
1004
+ display: block;
1005
overflow-x: auto;
1006
}
1007
@@ -1319,6 +1320,10 @@ div.sk-sponsor-div-box, div.sk-testimonial-div-box {
1319
1320
1321
1322
1323
+div.sk-sponsor-div-box table.sk-sponsor-table {
1324
+ display: table;
1325
+}
1326
+
1327
table.sk-sponsor-table tr, table.sk-sponsor-table tr:nth-child(odd) {
1328
border-style: none;
1329
background-color: white;
0 commit comments