Skip to content
Snippets Groups Projects
Unverified Commit fa85ab8d authored by Justin Coyne's avatar Justin Coyne Committed by GitHub
Browse files

Merge pull request #3855 from ProjectMirador/mui5-tooltip-margin

Continue to apply custom tooltip margins
parents 58e6f773 cc276c5e
No related branches found
No related tags found
2 merge requests!19Draft: Merge video support into mui5,!18Only nudge over badge content for the WindowListButton; it needs special...
...@@ -381,22 +381,22 @@ export default { ...@@ -381,22 +381,22 @@ export default {
styleOverrides: { styleOverrides: {
tooltipPlacementLeft: { tooltipPlacementLeft: {
['@media (min-width:600px)']: { ['@media (min-width:600px)']: {
margin: 0, margin: '0 !important',
}, },
}, },
tooltipPlacementRight: { tooltipPlacementRight: {
['@media (min-width:600px)']: { ['@media (min-width:600px)']: {
margin: 0, margin: '0 !important',
}, },
}, },
tooltipPlacementTop: { tooltipPlacementTop: {
['@media (min-width:600px)']: { ['@media (min-width:600px)']: {
margin: 0, margin: '0 !important',
}, },
}, },
tooltipPlacementBottom: { tooltipPlacementBottom: {
['@media (min-width:600px)']: { ['@media (min-width:600px)']: {
margin: 0, margin: '0 !important',
}, },
}, },
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment