Merge pull request #38 from Spittie/master

Fix text-overflow in Firefox.
This commit is contained in:
Buu Nguyen 2014-05-14 10:57:45 -07:00
commit a860209f0d
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;
}