Improve "ul.listing li" with text overflow styles

pull/157/head
Aleksander Machniak 11 years ago
parent 38f1f56920
commit f25a96bd40

@ -1133,6 +1133,9 @@ ul.listing {
ul.listing li {
background-color: #d9ecf4;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
ul.listing li ul {

Loading…
Cancel
Save