fix label overflow in toggle lists.

This commit is contained in:
Saman Bemel-Benrud
2013-07-15 18:51:43 -04:00
parent 079eb487cb
commit e2309acafc

View File

@@ -256,6 +256,9 @@ ul li { list-style: none;}
-moz-transition: all 100ms;
-o-transition: all 100ms;
transition: all 100ms;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.toggle-list > label:hover {