Allow sidebar section titles to overflow
This commit is contained in:
parent
29b3ff14c7
commit
4f793af53b
|
@ -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;
|
||||||
|
|
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue