Skip to content

Commit 67ed99d

Browse files
committed
Fix CSS table overflow
1 parent ddd2d6e commit 67ed99d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/numpy.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ From numpy to xtensor
5151
border-left: none;
5252
}
5353
54+
.rst-content table.docutils td > p {
55+
overflow: auto;
56+
}
57+
5458
.rst-content table.docutils tr:hover {
5559
background-color: #d0e0e0;
5660
}

0 commit comments

Comments
 (0)