Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Mar 15, 2024
1 parent 211ce48 commit 4e156a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/data/data-grid/demo/PopularFeaturesDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@ export default function PopularFeaturesDemo() {
}}
sx={{
fontFamily: 'IBM Plex Sans',
[`& .${gridClasses.cell}`]: {
// Do not target cells in nested grids
[`& > div > div > div > div > div > .${gridClasses.cell}`]: {
py: 1.5,
},
[`& .${gridClasses.columnHeaderTitle}`]: {
Expand Down

0 comments on commit 4e156a0

Please sign in to comment.