Merge pull request #38 from Spittie/master
Fix text-overflow in Firefox.
This commit is contained in:
commit
a860209f0d
|
@ -37,6 +37,7 @@ html.octotree {
|
|||
margin: 10px 5px;
|
||||
height: 20px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue