Fix text-overflow in Firefox.
This commit is contained in:
parent
e26a5e0f50
commit
9127de3457
|
@ -37,6 +37,7 @@ html.octotree {
|
|||
margin: 10px 5px;
|
||||
height: 20px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue