Skip to content

Commit

Permalink
Continue to apply custom tooltip margins
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Dec 12, 2023
1 parent c03eb24 commit cc276c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
},
Expand Down

0 comments on commit cc276c5

Please sign in to comment.