Fixed menu style (#6213)

This commit is contained in:
Luca Deri 2022-01-26 12:22:30 +01:00
parent a20ec85561
commit 4a13b3d3a8

View file

@ -162,7 +162,7 @@
"' data-tag-label='" + data.rsp[i].value[0][j].label +
"' href='#'>" + data.rsp[i].value[0][j].label + "" + restText + "</a>";
let itemText = '<li class="row">' + a_tag + '</li>';
let itemText = '<li class="dropdown-item pointer">' + a_tag + '</li>';
menuOptions.push(itemText);
}
}