Merge pull request #732 from mattico/sidebar-overflow
Allow sidebar section titles to wrap
This commit is contained in:
commit
7c8dd5085b
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue