Merge "css: Use ellipsis for long titles in sidebar"
This commit is contained in:
commit
e633a78ee4
@ -3819,7 +3819,9 @@ a.docs-sidebar-section-title:hover {
|
|||||||
counter-increment: none; }
|
counter-increment: none; }
|
||||||
|
|
||||||
.docs-sidebar-section ul li {
|
.docs-sidebar-section ul li {
|
||||||
word-wrap: break-word; }
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis; }
|
||||||
|
|
||||||
li.docs-has-sub > a {
|
li.docs-has-sub > a {
|
||||||
font-weight: 700; }
|
font-weight: 700; }
|
||||||
@ -4475,6 +4477,8 @@ table.highlighttable {
|
|||||||
.docs-sidebar-section ul ul {
|
.docs-sidebar-section ul ul {
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
padding-right: 0px;
|
||||||
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.docs-body .section h1 {
|
.docs-body .section h1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user