Fix text-overflow in Firefox.

This commit is contained in:
Kabir Sala 2014-05-14 19:55:48 +02:00
parent e26a5e0f50
commit 9127de3457
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ html.octotree {
margin: 10px 5px;
height: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}