Merge "css: Use ellipsis for long titles in sidebar"

This commit is contained in:
Zuul 2019-03-08 09:40:48 +00:00 committed by Gerrit Code Review
commit e633a78ee4
1 changed files with 5 additions and 1 deletions

View File

@ -3819,7 +3819,9 @@ a.docs-sidebar-section-title:hover {
counter-increment: none; }
.docs-sidebar-section ul li {
word-wrap: break-word; }
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis; }
li.docs-has-sub > a {
font-weight: 700; }
@ -4475,6 +4477,8 @@ table.highlighttable {
.docs-sidebar-section ul ul {
padding-left: 0px;
margin-left: 20px;
padding-right: 0px;
margin-right: 20px;
}
.docs-body .section h1 {