projects/mesxc-lb #150

Merge aplicado
g7hoo aplicou merge dos 2 commits de projects/mesxc-lb em projects/mesxc-test 2023-12-19 09:10:00 +08:00

Ver arquivo

@@ -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
}
});
});