To fix this I had to change in mip_ConfigMenus.css this statement
menupopup[needsgutter] menu:not([icon], .menu-iconic), menupopup[needsgutter] menuitem:not([checked="true"], [icon], .menuitem-iconic) {
--mip-menu-icon-margin: -24px;
--mip-menu-label-margin: 8px;
}
to this
{
--mip-menu-icon-margin: -8px !important;
--mip-menu-label-margin: -16px !important;
}
To fix this I had to change in mip_ConfigMenus.css this statement
to this