Skip to content

Commit

Permalink
Merge branch 'root-slot-radio' of https://github.com/sai6855/material-ui
Browse files Browse the repository at this point in the history
 into root-slot-radio
  • Loading branch information
sai6855 committed Jan 8, 2025
2 parents 9020158 + 13db1c0 commit c5801f8
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 127 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
},
"dependencies": {
"@googleapis/sheets": "^9.3.1",
"@netlify/functions": "^2.8.2",
"@netlify/functions": "^3.0.0",
"@slack/bolt": "^4.2.0",
"execa": "^9.5.2",
"google-auth-library": "^9.15.0"
Expand Down Expand Up @@ -198,7 +198,7 @@
"vitest-fail-on-console": "^0.7.1",
"webpack": "^5.97.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4",
"webpack-cli": "^6.0.1",
"yargs": "^17.7.2"
},
"packageManager": "[email protected]",
Expand Down
3 changes: 3 additions & 0 deletions packages/mui-docs/src/MarkdownElement/MarkdownElement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,9 @@ const Root = styled('div')(
transition: theme.transitions.create(['background', 'borderColor', 'display'], {
duration: theme.transitions.duration.shortest,
}),
'@media (max-width: 640px)': {
display: 'none',
},
'& .MuiCode-copied-label': {
display: 'none',
},
Expand Down
Loading

0 comments on commit c5801f8

Please sign in to comment.