Skip to content

In FF 140 too large gap betwenn icon and label in file and view menu #22

@bege10

Description

@bege10

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions