use text-overflow in floatingTitle
This commit is contained in:
parent
d1692b4cf7
commit
e2bf55b64e
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ div#floatingTitle > * {
|
|||
div#floatingTitle span.titleWrap {
|
||||
max-width : 200px;
|
||||
overflow : hidden;
|
||||
text-overflow : ellipsis;
|
||||
}
|
||||
|
||||
div#floatingTitle img {
|
||||
|
|
Loading…
Reference in a new issue