Allow sidebar section titles to overflow

This commit is contained in:
Matt Ickstadt 2018-07-24 12:00:48 -05:00
parent 29b3ff14c7
commit 4f793af53b
2 changed files with 0 additions and 12 deletions

View File

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

View File

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