This commit is contained in:
lb 2023-12-19 09:07:19 +08:00
vanhempi f280a92145
commit 5ac17b15e1

Näytä tiedosto

@ -143,12 +143,9 @@ function findMaxLabelWidth(rows) {
if (!opt.label) return 0;
if (opt.label.length > max) {
max = opt.label.length;
<<<<<<< HEAD
if (opt.label.includes('(')) {
max = max - 3;
}
=======
>>>>>>> projects/mesxc-test
}
});
});