diff --git a/docs/static/style.css b/docs/static/style.css index 14920ca..07f09c2 100644 --- a/docs/static/style.css +++ b/docs/static/style.css @@ -31,6 +31,9 @@ h1 font-size: 28px; margin-top: 0px; margin-bottom: 20px; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; } h2 @@ -143,6 +146,9 @@ li .navigation_item { padding: 5px 10px; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; } .navigation_item.selected