Skip to content

Commit

Permalink
[docs] Fix switch alignment in Disabled tree items section in Tree …
Browse files Browse the repository at this point in the history
…View docs (#36217)
  • Loading branch information
PunitSoniME authored Feb 16, 2023
1 parent 18565e5 commit b3ec42c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function DisabledTreeItems() {
};

return (
<Box sx={{ height: 270, flexGrow: 1, maxWidth: 400, overflowY: 'auto' }}>
<Box sx={{ height: 270, flexGrow: 1, maxWidth: 400, overflowY: 'auto' }} px={2}>
<Box sx={{ mb: 1 }}>
<FormControlLabel
control={
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function DisabledTreeItems() {
};

return (
<Box sx={{ height: 270, flexGrow: 1, maxWidth: 400, overflowY: 'auto' }}>
<Box sx={{ height: 270, flexGrow: 1, maxWidth: 400, overflowY: 'auto' }} px={2}>
<Box sx={{ mb: 1 }}>
<FormControlLabel
control={
Expand Down

0 comments on commit b3ec42c

Please sign in to comment.