disable elipsis for tagline label
This commit is contained in:
parent
486e933926
commit
9c2a3cc729
1 changed files with 2 additions and 1 deletions
3
index.js
3
index.js
|
@ -66,7 +66,8 @@ Ox.load(function() {
|
||||||
width: '242px',
|
width: '242px',
|
||||||
height: '16px',
|
height: '16px',
|
||||||
fontSize: '12px',
|
fontSize: '12px',
|
||||||
opacity: 1
|
opacity: 1,
|
||||||
|
overflow: 'visible'
|
||||||
} : {
|
} : {
|
||||||
top: '35px',
|
top: '35px',
|
||||||
left: '4px',
|
left: '4px',
|
||||||
|
|
Loading…
Reference in a new issue