Merge pull request #732 from mattico/sidebar-overflow

Allow sidebar section titles to wrap
This commit is contained in:
Matt Ickstadt 2018-07-24 12:11:46 -05:00 committed by GitHub
commit 7c8dd5085b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View File

@ -132,12 +132,6 @@ table thead td {
padding-left: 20px;
line-height: 1.9em;
}
.section li {
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.page-wrapper {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;

View File

@ -53,10 +53,4 @@
list-style: none outside none
padding-left: 20px
line-height: 1.9em
li {
text-overflow: ellipsis
overflow: hidden
white-space: nowrap
}
}