Skip to content
Snippets Groups Projects
Commit cc276c5e authored by Chris Beer's avatar Chris Beer
Browse files

Continue to apply custom tooltip margins

parent c03eb24c
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...
......@@ -367,22 +367,22 @@ export default {
styleOverrides: {
tooltipPlacementLeft: {
['@media (min-width:600px)']: {
margin: 0,
margin: '0 !important',
},
},
tooltipPlacementRight: {
['@media (min-width:600px)']: {
margin: 0,
margin: '0 !important',
},
},
tooltipPlacementTop: {
['@media (min-width:600px)']: {
margin: 0,
margin: '0 !important',
},
},
tooltipPlacementBottom: {
['@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