Skip to content

Commit

Permalink
Merge pull request #732 from mattico/sidebar-overflow
Browse files Browse the repository at this point in the history
Allow sidebar section titles to wrap
  • Loading branch information
mattico authored Jul 24, 2018
2 parents 29b3ff1 + 4f793af commit 7c8dd50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions src/theme/book.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 0 additions & 6 deletions src/theme/stylus/sidebar.styl
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 7c8dd50

Please sign in to comment.