Compare commits
3 Commits
4e064e4b01
...
97612a13ac
Author | SHA1 | Date | |
---|---|---|---|
97612a13ac | |||
d06756c6ff | |||
5ac17b15e1 |
@ -143,12 +143,9 @@ function findMaxLabelWidth(rows) {
|
|||||||
if (!opt.label) return 0;
|
if (!opt.label) return 0;
|
||||||
if (opt.label.length > max) {
|
if (opt.label.length > max) {
|
||||||
max = opt.label.length;
|
max = opt.label.length;
|
||||||
<<<<<<< HEAD
|
|
||||||
if (opt.label.includes('(')) {
|
if (opt.label.includes('(')) {
|
||||||
max = max - 3;
|
max = max - 3;
|
||||||
}
|
}
|
||||||
=======
|
|
||||||
>>>>>>> projects/mesxc-test
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user