Skip to content

Commit

Permalink
[docs] wrap autogenerated API nav items (ray-project#34047)
Browse files Browse the repository at this point in the history
Signed-off-by: elliottower <[email protected]>
  • Loading branch information
maxpumperla authored and elliottower committed Apr 22, 2023
1 parent 02299ba commit e9ec461
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ div.navbar-brand-box {
display: flex;
flex-direction: column;
}

.bd-sidebar li {
position: relative;
word-wrap: break-word;
}

nav.bd-links {
overflow-y: auto;
flex: 1;
Expand Down

0 comments on commit e9ec461

Please sign in to comment.