Compare commits

..

No commits in common. "d06756c6ff726801dedc64e39194a301c39d444c" and "f280a92145e445660d91d0ff6c7f16acb748b69f" have entirely different histories.

View File

@ -143,9 +143,12 @@ 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
}
});
});