[Doc] Sidebar fix (#6610)

* Update: fix right sidebar word-break.

* Update: fix right sidebar word-break again.
This commit is contained in:
Juntao_Luo 2022-11-15 14:12:00 +08:00 committed by GitHub
parent eaa5110db7
commit e85f836acc

View file

@ -101,4 +101,9 @@ footer.bd-footer{
/* for tables in notebooks generated by pandas dataframe */
.rendered_html table {
table-layout: auto !important;
}
/* for right sidebar word-break */
#bd-toc-nav ul li {
word-break: break-word;
}