Part of my contextmenu is:
'contextmenu': {
items: function ($node) {
return {
'addnew': {
"label": '<span class="material-symbols-outlined mr-2">add_circle</span>Add folder',
"action": function (obj) {
AddNewFolder()
}
},
I am trying to get rid of unwanted space marked with red cross and align icon and text center-vertically. Any advise will be appreciated, thanks!
