Skip to content
Snippets Groups Projects
Commit 8f0975ab authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-5711: firefox specificity added

parent 0118414c
No related branches found
No related tags found
1 merge request!20menu challenge when firefox
......@@ -588,10 +588,14 @@ $menu-horizontal-drop-bg: #f7f7f7;
/* for Chrome and Edge Brave Opera */
break-inside: avoid;
/* for Firefox */
display: inline-grid !important;
page-break-inside: avoid;
}
}
}
}
}
@-moz-document url-prefix() {
.sub-1{
display: inline-grid;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment